sync both themes with toolkit windows theme changes in Mozilla 31 cycle
[themes.git] / EarlyBlue / global / scrollbars.css
index c645af5ee36710059c18aecb20be8de27ff655ec..700282c867268c7fabcec17658729c0a8a0bb4f7 100644 (file)
@@ -18,12 +18,12 @@ scrollbar {
   pointer-events: auto;
 }
 
-scrollbar[root="true"] {
-  position: relative;
-  z-index: 2147483647; /* largest positive value of a signed 32-bit integer */
-}
-
 @media all and (-moz-overlay-scrollbars) {
+  scrollbar[root="true"] {
+    position: relative;
+    z-index: 2147483647; /* largest positive value of a signed 32-bit integer */
+  }
+
   scrollbar:not([active="true"]),
   scrollbar[disabled="true"] {
     visibility: hidden;