aboutsummaryrefslogtreecommitdiff
path: root/userContent.css
diff options
context:
space:
mode:
authorawy <awy@tutamail.com>2024-08-07 04:31:54 +0300
committerawy <awy@tutamail.com>2024-08-07 04:31:54 +0300
commit8997b956fa94b0ba25df41b873b1bb86ab721127 (patch)
tree09b7c77c5c8b18da128811ffcf59d6ae466ad818 /userContent.css
parent4d921d9066b156c5dcb93187e366b372592e59fe (diff)
css
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;
+}