feat: set overflow to hidden

This commit is contained in:
karishmas6
2024-08-21 22:02:20 +05:30
parent 82fa646a66
commit 59f0d5a241

View File

@@ -39,7 +39,7 @@ const defaultModalStyle = {
p: 4,
height: '30%',
display: 'block',
overflow: 'scroll',
overflow: 'hidden',
padding: '5px 25px 10px 25px',
zIndex: 3147483647,
};