diff --git a/client/global.css b/client/global.css index dfdd7d3c..18dc4465 100644 --- a/client/global.css +++ b/client/global.css @@ -91,6 +91,22 @@ html { scroll-behavior: smooth; + /* Hide scrollbar while keeping functionality */ + -ms-overflow-style: none; /* IE and Edge */ + scrollbar-width: none; /* Firefox */ + } + + html::-webkit-scrollbar { + display: none; /* Chrome, Safari and Opera */ + } + + /* Hide horizontal scrollbar on all elements */ + * { + scrollbar-width: none; + } + + *::-webkit-scrollbar { + display: none; } .container {