From e6a5a514054599a7818d533f5c52b9be0cd2e0ac Mon Sep 17 00:00:00 2001 From: Alma Date: Wed, 9 Apr 2025 14:35:16 +0200 Subject: [PATCH] update iframe rule gite 4 --- app/components/responsive-iframe.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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