1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #5797 from grafixeyehero/Fix-Progressbar-position

Fix progress bar position indicator in experimental
This commit is contained in:
Bill Thornton 2024-07-17 15:18:22 -04:00 committed by GitHub
commit 8061ae63ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
.itemLinearProgress {
width: 100%;
position: absolute;
position: absolute !important;
left: 0;
bottom: 0;
border-radius: 100px;