diff --git a/app/components/responsive-iframe.tsx b/app/components/responsive-iframe.tsx index a010c5c1..a3c0de65 100644 --- a/app/components/responsive-iframe.tsx +++ b/app/components/responsive-iframe.tsx @@ -62,9 +62,7 @@ export function ResponsiveIframe({ src, className = '', allow }: ResponsiveIfram style={{ display: 'block', width: '100%', - height: '100%', - marginTop: '-48px', - position: 'relative' + height: '100%' }} allow={allow} allowFullScreen