From aef841f7d7de13c2902dd8bdda9d56c6feb558d7 Mon Sep 17 00:00:00 2001 From: Alma Date: Wed, 9 Apr 2025 14:32:42 +0200 Subject: [PATCH] update iframe rule gite 3 --- 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 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