update iframe rule

This commit is contained in:
Alma 2025-04-09 14:37:57 +02:00
parent e6a5a51405
commit 553eef13dc

View File

@ -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