Bug 1048009 - Reduce overall overpaint. r=fabrice

This commit is contained in:
Vivien Nicolas 2014-08-21 15:34:07 +02:00
parent 78126033f5
commit cf42f1d267

View File

@ -10,6 +10,13 @@ xul|window xul|scrollbar {
display: none;
}
/* Bug 1041576 - Scrollable with scrollgrab should not have scrollbars */
@-moz-document domain(system.gaiamobile.org) {
.browser-container > xul|scrollbar {
display: none;
}
}
html xul|scrollbar[root="true"] {
position: relative;
z-index: 2147483647;