commit 7d52138127b91ffa471245a4cf55bf7f8a8ee863
parent b3df56fd1fd03e7c57453c1523e6e9076ab50078
Author: awy <awy@awy.one>
Date: Fri, 4 Jul 2025 00:13:22 +0300
disable scrollbar
Diffstat:
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/userContent.css b/userContent.css
@@ -2,6 +2,14 @@
/* this file does NOT have to be updated between versions */
/* NOTE: restart Firefox to apply any changes */
+body, html {
+ overflow: -moz-scrollbars-none;
+ scrollbar-width: none !important;
+}
+
+* {
+ scrollbar-width: none !important;
+}
:root {
@@ -681,7 +689,7 @@ richlistbox {
:root {
--button-border-radius: 0 !important;
}
-
+
.tabpickup-steps,
.twisty,
.closed-tab-li-main,