summaryrefslogtreecommitdiff
path: root/src-migrate/modules/popup-information
diff options
context:
space:
mode:
authorHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-12-14 10:31:47 +0700
committerHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-12-14 10:31:47 +0700
commitf22762cb1f2e7cb93bc839de03315c892d29d8ba (patch)
tree4ca13a066aa4e9462b829015e81dedb856b6a0a0 /src-migrate/modules/popup-information
parent54b093ec81cd9733356e1f7a0bc06f192ed39380 (diff)
feeback go live, update width and height
Diffstat (limited to 'src-migrate/modules/popup-information')
-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>