Merge pull request #5477 from thornbill/fix-now-playing-dash

Fix now playing bar rendering under drawer
This commit is contained in:
Bill Thornton
2024-05-10 13:10:30 -04:00
committed by GitHub
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -10,11 +10,6 @@ $mui-bp-xl: 1536px;
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
#myPreferencesMenuPage {
.lnkQuickConnectPreferences,
+1 -1
View File
@@ -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;