fuck the scroll progress thumb

This commit is contained in:
2026-05-15 03:14:29 +02:00
parent ccc04e2bed
commit 4c7649436f

View File

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