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={{ style={{
display: 'block', display: 'block',
width: '100%', width: '100%',
height: '100%', height: '100%'
marginTop: '-48px',
position: 'relative'
}} }}
allow={allow} allow={allow}
allowFullScreen allowFullScreen