fuck the scroll progress thumb
This commit is contained in:
@@ -378,7 +378,7 @@
|
|||||||
.scroll-progress-bar:hover { height: 12px; }
|
.scroll-progress-bar:hover { height: 12px; }
|
||||||
.scroll-progress-fill { height: 100%; background: var(--accent); width: 0%; pointer-events: none; }
|
.scroll-progress-fill { height: 100%; background: var(--accent); width: 0%; pointer-events: none; }
|
||||||
.scroll-progress-thumb {
|
.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);
|
background: var(--accent); transform: translate(50%, -50%) scale(0);
|
||||||
transition: transform .15s; pointer-events: none;
|
transition: transform .15s; pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user