Bug 881067 - Scrollbars displayed at the top left side of a page m=mbrubeck

This commit is contained in:
Rodrigo Silveira 2013-06-10 17:28:06 -07:00
parent fb1a2224d7
commit 42550f7865

View File

@ -17,8 +17,3 @@ html|*:-moz-system-metric(touch-enabled) {
select option, select optgroup {
pointer-events: none;
}
/* Style the scrollbars */
html xul|scrollbar {
display: none;
}