Skip to content

Commit 4786c1e

Browse files
authored
fix: double scrollbar issue in modal
Signed-off-by: Amit Amrutiya <[email protected]>
1 parent be8c3fb commit 4786c1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/custom/Modal/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const StyledDialog = styled(Dialog)`
5151
&& {
5252
.MuiDialog-paper {
5353
border-radius: 0.5rem;
54+
overflow: hidden;
5455
}
5556
}
5657
`;

0 commit comments

Comments
 (0)