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 @@ - + WIP