Back out cset 477e7d2eb1d7 (bug 965593) for causing bug 975221 which is more severe. r=backout

This commit is contained in:
Kartikaya Gupta 2014-02-21 08:23:12 -05:00
parent 2f3300101e
commit 322fb69cd6

View File

@ -10,16 +10,13 @@ xul|window xul|scrollbar {
display: none;
}
html xul|scrollbar[root="true"] {
position: relative;
z-index: 2147483647;
}
html xul|scrollbar {
-moz-appearance: none !important;
position: relative;
background-color: transparent !important;
background-image: none !important;
border: 0px solid transparent !important;
z-index: 2147483647;
pointer-events: none;
opacity: 1;
}