From 4bbe9b9373447777307f64d813f85cb5675cd9ee Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 11 Oct 2024 03:23:30 +0530 Subject: [PATCH] temp: GenericModal styling revert --- src/components/atoms/GenericModal.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/atoms/GenericModal.tsx b/src/components/atoms/GenericModal.tsx index bb6dc77f..56b3df43 100644 --- a/src/components/atoms/GenericModal.tsx +++ b/src/components/atoms/GenericModal.tsx @@ -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, -}; +}; \ No newline at end of file