Skip to content

Commit 5632011

Browse files
authored
Merge pull request #1029 from amitamrutiya/overflow
fix: double scrollbar issue in modal
2 parents be8c3fb + 4786c1e commit 5632011

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)