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

Fix progress bar position

This commit is contained in:
grafixeyehero 2024-07-16 02:36:07 +03:00
parent 5936ed10ca
commit 20f53388ae

View file

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