1
0
Fork 0
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:
dkanada 2021-02-19 11:21:34 +09:00
parent d93d2b020f
commit 182dc10fb1

View file

@ -401,7 +401,7 @@ div[data-role=controlgroup] a.ui-btn-active {
}
.transcodingProgress > div {
z-index: 900;
z-index: 10;
background-color: #dd4919;
}