brought back App.css mui custom classes for drawer indexes

This commit is contained in:
Carter 2025-04-15 14:06:54 -06:00
parent 8b6828ecce
commit 1c3f088ea1
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ html, body, #root {
}
/* styles.css or a CSS module */
/* .MuiDialog-root {
.MuiDialog-root {
z-index: 1500 !important;
}
@ -35,4 +35,4 @@ html, body, #root {
.MuiMenu-root {
z-index: 1400 !important;
} */
}

View file

@ -56,7 +56,7 @@ export const getTheme = (mode: 'light' | 'dark') =>
background: {
default: "#e9e9e9",
paper: "#fafafa",
}
},
}),
},
});