diff --git a/src/styles/useScrollableDialogStyle.ts b/src/styles/useScrollableDialogStyle.ts index 4686599bb..0d247f708 100644 --- a/src/styles/useScrollableDialogStyle.ts +++ b/src/styles/useScrollableDialogStyle.ts @@ -20,7 +20,7 @@ const useScrollableDialogStyle = makeStyles( marginTop: theme.spacing(3), }, topArea: { - overflowY: "hidden", + overflowY: "visible", marginBottom: theme.spacing(3), }, scrollArea: {