sync both themes with toolkit windows theme changes in Mozilla 31 cycle
[themes.git] / LCARStrek / global / scrollbars.css
index f85dd362b4c649b92451ca192fe8f3d1fa6bf9de..7b7a97f20761ca9d7d1985deb9eaa937d1440ea8 100644 (file)
@@ -19,12 +19,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;