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; }