From 679cfc979f6faa2a5f01a16b9fd3ccbb1489bcdc Mon Sep 17 00:00:00 2001 From: QiShaoXuan Date: Thu, 8 Dec 2022 21:15:52 +0800 Subject: [PATCH] feat: modify style of contact modal --- packages/app/src/components/contact-modal/style.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/app/src/components/contact-modal/style.ts b/packages/app/src/components/contact-modal/style.ts index 25cdfbf9bf..0037f61ba9 100644 --- a/packages/app/src/components/contact-modal/style.ts +++ b/packages/app/src/components/contact-modal/style.ts @@ -8,12 +8,6 @@ export const StyledModalWrapper = styled('div')(({ theme }) => { backgroundColor: theme.colors.popoverBackground, backgroundImage: `url(${bg.src})`, borderRadius: '20px', - position: 'absolute', - left: 0, - right: 0, - top: 0, - bottom: 0, - margin: 'auto', }; });