diff --git a/artifacts/teaboy-os/src/index.css b/artifacts/teaboy-os/src/index.css index 066ac40c..513c4dfb 100644 --- a/artifacts/teaboy-os/src/index.css +++ b/artifacts/teaboy-os/src/index.css @@ -299,3 +299,16 @@ } .art-line { stroke-dashoffset: 0; opacity: 1; } } + + +/* Hide scrollbars site-wide while keeping scroll functionality */ +* { + scrollbar-width: none; + -ms-overflow-style: none; +} +*::-webkit-scrollbar { + width: 0; + height: 0; + display: none; +} +