diff --git a/src/index.css b/src/index.css index e7e4950..a92c1bc 100644 --- a/src/index.css +++ b/src/index.css @@ -72,6 +72,9 @@ * { border-color: hsl(var(--border)); } + html { + scrollbar-width: none; + } body { background-color: hsl(var(--background)); color: hsl(var(--foreground)); @@ -82,3 +85,8 @@ color: hsl(var(--foreground)); } } + +/* Hide scrollbar for Chrome, Safari and Opera */ +::-webkit-scrollbar { + display: none; +}