summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src-migrate/modules/popup-information/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-migrate/modules/popup-information/index.tsx b/src-migrate/modules/popup-information/index.tsx
index f54e9f8a..96e82e1d 100644
--- a/src-migrate/modules/popup-information/index.tsx
+++ b/src-migrate/modules/popup-information/index.tsx
@@ -20,11 +20,11 @@ const PagePopupInformation = () => {
<div className='group'>
<Modal
active={active}
- className='!w-fit !bg-transparent !border-none'
+ className='!w-fit !bg-transparent !border-none overflow-hidden'
close={() => setActive(false)}
mode='desktop'
>
- <div>
+ <div className='w-[400px] md:w-[530px] '>
<Link href={'/register'}>
<PageContent path='/onbording-popup' />
</Link>