added chat drawer
This commit is contained in:
parent
7c3b0a3ab0
commit
1a9ee12533
7 changed files with 196 additions and 110 deletions
|
|
@ -120,6 +120,16 @@ function options(themeType: "light" | "dark"): ThemeOptions {
|
|||
styleOverrides: {
|
||||
paperFullScreen: {
|
||||
overflowX: "hidden"
|
||||
},
|
||||
root: {
|
||||
zIndex: 1500
|
||||
}
|
||||
},
|
||||
},
|
||||
MuiDrawer: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
zIndex: 1300
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue