From fe7d22c90c99b60dfc57a7b425278c754775dda8 Mon Sep 17 00:00:00 2001 From: edwark43 <97860398+edwark43@users.noreply.github.com> Date: Thu, 6 Apr 2023 23:54:47 +0000 Subject: [PATCH] noscroll --- assets/styles/noscroll.css | 8 ++------ p/wip/index.html | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/assets/styles/noscroll.css b/assets/styles/noscroll.css index b0aedc2..59875d0 100644 --- a/assets/styles/noscroll.css +++ b/assets/styles/noscroll.css @@ -1,8 +1,4 @@ -.noscroll::-webkit-scrollbar { - display: none; -} - .noscroll { - -ms-overflow-style: none; - scrollbar-width: none; + overflow-x: hidden; + overflow-y: hidden; } \ No newline at end of file diff --git a/p/wip/index.html b/p/wip/index.html index 9a03b35..b7af257 100644 --- a/p/wip/index.html +++ b/p/wip/index.html @@ -1,5 +1,5 @@ - +