mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
reduce z-index for transcode progress
This commit is contained in:
parent
d93d2b020f
commit
182dc10fb1
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
}
|
||||
|
||||
.transcodingProgress > div {
|
||||
z-index: 900;
|
||||
z-index: 10;
|
||||
background-color: #dd4919;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue