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:
commit
8061ae63ef
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
.itemLinearProgress {
|
.itemLinearProgress {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute !important;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue