added chat drawer

This commit is contained in:
Carter 2024-12-04 10:41:46 -06:00
parent 7c3b0a3ab0
commit 1a9ee12533
7 changed files with 196 additions and 110 deletions

View file

@ -120,6 +120,16 @@ function options(themeType: "light" | "dark"): ThemeOptions {
styleOverrides: {
paperFullScreen: {
overflowX: "hidden"
},
root: {
zIndex: 1500
}
},
},
MuiDrawer: {
styleOverrides: {
root: {
zIndex: 1300
}
},
},