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', }; });