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 4c4321fb8d
commit d393b77d0d

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;
}