style: drop iframe border-radius

This commit is contained in:
Linus Rath
2026-04-29 20:26:40 +02:00
parent 6abf8a5dd8
commit 4a91cd0c44
+1 -1
View File
@@ -4737,7 +4737,7 @@ export function EmailViewer({
srcDoc={emailIframeSrcDoc} srcDoc={emailIframeSrcDoc}
sandbox="allow-same-origin allow-popups allow-popups-to-escape-sandbox" sandbox="allow-same-origin allow-popups allow-popups-to-escape-sandbox"
title="Email content" title="Email content"
className="w-full border-0 rounded" className="w-full border-0"
style={{ minHeight: '100px', colorScheme: isDark && emailHasNativeDarkMode ? 'light dark' : 'light' }} style={{ minHeight: '100px', colorScheme: isDark && emailHasNativeDarkMode ? 'light dark' : 'light' }}
onLoad={handleIframeLoad} onLoad={handleIframeLoad}
/> />