From 553eef13dcf0f5663a6c2a069ff6869b8e38c1df Mon Sep 17 00:00:00 2001 From: Alma Date: Wed, 9 Apr 2025 14:37:57 +0200 Subject: [PATCH] update iframe rule --- app/components/responsive-iframe.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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