From 8997b956fa94b0ba25df41b873b1bb86ab721127 Mon Sep 17 00:00:00 2001 From: awy Date: Wed, 7 Aug 2024 04:31:54 +0300 Subject: css --- userContent.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 userContent.css (limited to 'userContent.css') 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; +} -- cgit v1.2.3