diff --git a/public/style.css b/public/style.css index ca25ed6..54ec556 100644 --- a/public/style.css +++ b/public/style.css @@ -519,13 +519,15 @@ body { } .progress-segment { + position: absolute; + top: 0; + left: 0; height: 100%; transition: width 0.3s ease; } .progress-segment.downloaded { background: linear-gradient(90deg, var(--progress-fill-start) 0%, var(--progress-fill-end) 100%); - float: left; } .progress-text {