aboutsummaryrefslogtreecommitdiff
path: root/userContent.css
diff options
context:
space:
mode:
Diffstat (limited to 'userContent.css')
-rw-r--r--userContent.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/userContent.css b/userContent.css
new file mode 100644
index 0000000..e2553e5
--- /dev/null
+++ b/userContent.css
@@ -0,0 +1,8 @@
+body, html {
+ overflow: -moz-scrollbars-none;
+ scrollbar-width: none !important;
+}
+
+* {
+ scrollbar-width: none !important;
+}