responsive elements & design dark mode page turns

This commit is contained in:
Ehsan
2024-10-02 15:15:58 +03:30
parent a98ce35b33
commit 3a4159e5b6
7 changed files with 33 additions and 15 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const theme = createTheme({
styleOverrides: {
root: {
"& .MuiBox-root": {
maxHeight: "calc(100vh - 48px)",
// maxHeight: { lg: "calc(100vh - 48px)" },
overflow: "auto",
},
},