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