Bug 1199712 - Prevent the animation panel from scrolling when space is pressed; r=pbro

This commit is contained in:
George Sanchez 2015-09-12 21:34:00 +02:00
parent e4ea5975c2
commit eeb642d9ff

View File

@ -152,6 +152,7 @@ body {
.animation-timeline {
height: 100%;
overflow: hidden;
position: relative;
/* The timeline gets its background-image from a canvas element created in
/browser/devtools/animationinspector/utils.js drawGraphElementBackground
thanks to document.mozSetImageElement("time-graduations", canvas)