eeeeeeeeee

This commit is contained in:
2026-05-15 03:12:51 +02:00
parent 3015fd18aa
commit ccc04e2bed
2 changed files with 29 additions and 13 deletions

View File

@@ -375,7 +375,7 @@
position: absolute; bottom: 0; left: 0; right: 0; height: 4px;
background: rgba(255,255,255,.15); z-index: 10; cursor: pointer; transition: height .15s;
}
.scroll-progress-bar:hover { height: 6px; }
.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%;