diff --git a/src/index.css b/src/index.css index b0cf526..a5378bd 100644 --- a/src/index.css +++ b/src/index.css @@ -69,6 +69,12 @@ html { scroll-behavior: smooth; + scrollbar-width: none; /* Firefox */ + -ms-overflow-style: none; /* IE/Edge */ + } + + html::-webkit-scrollbar { + display: none; /* Chrome, Safari, Opera */ } body {