temp: GenericModal styling revert

This commit is contained in:
karishmas6
2024-10-11 03:23:30 +05:30
parent c64dc2c9fc
commit 4bbe9b9373

View File

@@ -33,13 +33,13 @@ const defaultModalStyle = {
top: '50%',
left: '50%',
transform: 'translate(-50%, -50%)',
width: '50%',
width: 500,
bgcolor: 'background.paper',
boxShadow: 24,
p: 4,
height: '30%',
display: 'block',
overflow: 'hidden',
overflow: 'scroll',
padding: '5px 25px 10px 25px',
zIndex: 3147483647,
};
};