responsive modal
This commit is contained in:
@@ -20,6 +20,16 @@ const theme = createTheme({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
MuiModal: {
|
||||||
|
styleOverrides: {
|
||||||
|
root: {
|
||||||
|
"& .MuiBox-root": {
|
||||||
|
maxHeight: "calc(100vh - 48px)",
|
||||||
|
overflow: "auto",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
palette: {
|
palette: {
|
||||||
primary: {
|
primary: {
|
||||||
|
|||||||
Reference in New Issue
Block a user