responsive modal

This commit is contained in:
Ehsan
2024-09-26 17:29:12 +03:30
parent 93abbe0ce0
commit 72821b0f2a
+10
View File
@@ -20,6 +20,16 @@ const theme = createTheme({
},
},
},
MuiModal: {
styleOverrides: {
root: {
"& .MuiBox-root": {
maxHeight: "calc(100vh - 48px)",
overflow: "auto",
},
},
},
},
},
palette: {
primary: {