sync both themes with toolkit windows theme changes in Mozilla 25 cycle
[themes.git] / LCARStrek / global / scrollbars.css
index 14742e78baa80672e2f1bd54bce848214a0681de..f85dd362b4c649b92451ca192fe8f3d1fa6bf9de 100644 (file)
@@ -16,6 +16,19 @@ scrollbar {
   cursor: default;
   background-color: #000000;
   border-radius: 50%;
+  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:not([active="true"]),
+  scrollbar[disabled="true"] {
+    visibility: hidden;
+  }
 }
 
 /* ::::: slider ::::: */