Bug 1309468 - Part 6: Disappear horizontal scrollbar of animation-timeline. r=pbro draft
authorDaisuke Akatsuka <dakatsuka@mozilla.com>
Wed, 24 May 2017 10:17:53 +0900
changeset 583429 e9b0345d575547c141323f641bdd53e383474d9e
parent 583428 a4f080a6ba7ebc5429e9eed4efd85ba30fccbf3b
child 630055 ce3e06f6a6aefb753976697f29fe9255adbbe7c7
push id60392
push userbmo:dakatsuka@mozilla.com
push dateWed, 24 May 2017 02:19:17 +0000
reviewerspbro
bugs1309468
milestone55.0a1
Bug 1309468 - Part 6: Disappear horizontal scrollbar of animation-timeline. r=pbro MozReview-Commit-ID: 1j5AbHFzve5
devtools/client/themes/animationinspector.css
--- a/devtools/client/themes/animationinspector.css
+++ b/devtools/client/themes/animationinspector.css
@@ -241,17 +241,18 @@ body {
   overflow: hidden;
 }
 
 /* Animation timeline component */
 
 .animation-timeline {
   position: relative;
   width: 100%;
-  overflow: auto;
+  overflow-y: auto;
+  overflow-x: hidden;
 }
 
 /* Useful for positioning animations or keyframes in the timeline */
 .animation-detail .track-container,
 .animation-timeline .track-container {
   position: absolute;
   top: 0;
   left: var(--timeline-sidebar-width);