mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix now playing bar rendering under drawer
This commit is contained in:
parent
f2a6ac3946
commit
29b5bce2f8
2 changed files with 1 additions and 6 deletions
|
@ -10,11 +10,6 @@ $mui-bp-xl: 1536px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ensure the footer renders over the drawer
|
|
||||||
.appfooter {
|
|
||||||
z-index: 1201 !important; // mui drawer uses z-index 1200
|
|
||||||
}
|
|
||||||
|
|
||||||
// Hide some items from the user "settings" page that are in the drawer
|
// Hide some items from the user "settings" page that are in the drawer
|
||||||
#myPreferencesMenuPage {
|
#myPreferencesMenuPage {
|
||||||
.lnkQuickConnectPreferences,
|
.lnkQuickConnectPreferences,
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 10;
|
z-index: 1201 !important; // mui drawer uses z-index 1200
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
transition: transform 180ms linear;
|
transition: transform 180ms linear;
|
||||||
contain: layout style;
|
contain: layout style;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue