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