From 487e410a8fa8cce5ed5a97d5dcfd54dda05f7b9e Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Sun, 24 May 2026 02:49:57 +0000 Subject: [PATCH] Remove scrollbar. --- frontend/src/styles/main.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/styles/main.css b/frontend/src/styles/main.css index cdb3600..901ab49 100644 --- a/frontend/src/styles/main.css +++ b/frontend/src/styles/main.css @@ -33,6 +33,7 @@ html, body { color: var(--text-primary); min-height: 100vh; overflow-x: hidden; + overflow-y: auto; -webkit-font-smoothing: antialiased; text-align: justify; hyphens: auto; @@ -40,6 +41,12 @@ html, body { -ms-hyphens: auto; } +html::-webkit-scrollbar, +body::-webkit-scrollbar { + width: 0; + height: 0; +} + html:not(.pointer-visible), html:not(.pointer-visible) * { cursor: none !important;