From 4c7649436f4d6b16bd295bd6613bc42867f15827 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Fri, 15 May 2026 03:14:29 +0200 Subject: [PATCH] fuck the scroll progress thumb --- views/scroller.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/scroller.html b/views/scroller.html index 8eb993c..3560a9b 100644 --- a/views/scroller.html +++ b/views/scroller.html @@ -378,7 +378,7 @@ .scroll-progress-bar:hover { height: 12px; } .scroll-progress-fill { height: 100%; background: var(--accent); width: 0%; pointer-events: none; } .scroll-progress-thumb { - position: absolute; top: 50%; right: 0; width: 12px; height: 12px; border-radius: 50%; + display: none; position: absolute; top: 50%; right: 0; width: 12px; height: 12px; border-radius: 50%; background: var(--accent); transform: translate(50%, -50%) scale(0); transition: transform .15s; pointer-events: none; }