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 {