mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1199712 - Prevent the animation panel from scrolling when space is pressed; r=pbro
This commit is contained in:
parent
e4ea5975c2
commit
eeb642d9ff
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user