Bug 996121 - Bouncing unicorn easter egg (in hamburger menu) briefly triggers scrollbar each time it hits the bottom of its bounce area when the font-size is not 12px. r=mconley

This commit is contained in:
Jared Wein 2014-04-16 23:15:05 -04:00
parent 57cf370a9e
commit 1fe19ed9bd

View File

@ -55,7 +55,7 @@
}
@keyframes moveY {
/* These values are adjusted for the padding and height of the panel. */
from { margin-top: -6px; } to { margin-top: 58px; }
from { margin-top: -.5em; } to { margin-top: calc(64px - .5em); }
}
#PanelUI-button {