From 8bfa176f716bae253e86303cf313aa5c078a08db Mon Sep 17 00:00:00 2001 From: Adityakishore0 Date: Sat, 22 Feb 2025 21:18:32 +0530 Subject: [PATCH] Fixed unwanted scrollbar issue while keeping scrolling enabled --- src/demo/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/demo/css/style.css b/src/demo/css/style.css index f57b550d..0b50e286 100644 --- a/src/demo/css/style.css +++ b/src/demo/css/style.css @@ -47,6 +47,11 @@ body { font-family: Segoe UI, Ubuntu, sans-serif; padding-top: 10px; color: var(--text); + overflow-y: scroll; +} + +body::-webkit-scrollbar { + display: none; } .github {