commit 3785139c197c41549a8e822a51e7b786bfc2587c parent c6d11951b5a95a6e30f541242eebcb50b343a767 Author: Hunter Date: Tue, 1 Apr 2025 23:42:46 -0400 always show scrollbar; style scrollbar using theme Diffstat:
| M | index.html | | | 7 | ++++--- |
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/index.html b/index.html @@ -144,9 +144,10 @@ } html { scroll-behavior: smooth; - overscroll-behavior: none; - -ms-overflow-style: none; - scrollbar-width: none; + overflow-y: scroll; + overflow-x: hidden; + scrollbar-width: auto; + scrollbar-color: var(--text) var(--background); } body { font-family: Arial, sans-serif;