mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #5477 from thornbill/fix-now-playing-dash
Fix now playing bar rendering under drawer
This commit is contained in:
commit
8ee5ad72d1
2 changed files with 1 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 10;
|
||||
z-index: 1201 !important; // mui drawer uses z-index 1200
|
||||
bottom: 0;
|
||||
transition: transform 180ms linear;
|
||||
contain: layout style;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue