From 6b07af3749759940894271198499ed8a203a3fae Mon Sep 17 00:00:00 2001 From: craisin Date: Mon, 1 Dec 2025 19:30:13 -0800 Subject: [PATCH] happy looking scrollbars --- source/static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/static/style.css b/source/static/style.css index 330ee1d..b47a8f3 100644 --- a/source/static/style.css +++ b/source/static/style.css @@ -42,9 +42,15 @@ h2{ height: 80vh; overflow-y: scroll; + scrollbar-width: none; } +::-webkit-scrollbar { + width: 0px; + background: transparent; +} + #content { margin: 0px;