diff --git a/app/theme/theme.js b/app/theme/theme.js index 842dafd..63a193c 100644 --- a/app/theme/theme.js +++ b/app/theme/theme.js @@ -20,6 +20,16 @@ const theme = createTheme({ }, }, }, + MuiModal: { + styleOverrides: { + root: { + "& .MuiBox-root": { + maxHeight: "calc(100vh - 48px)", + overflow: "auto", + }, + }, + }, + }, }, palette: { primary: {