small fix for codepen embeds

This commit is contained in:
hzrd149 2024-05-09 07:36:02 -05:00
parent 8cc69d7e5c
commit 123c1b8aa1

View File

@ -18,6 +18,7 @@ export function renderCodePenURL(match: URL) {
loading="lazy"
allowTransparency
allowFullScreen
zIndex={1}
/>
</ExpandableEmbed>
);
@ -42,6 +43,7 @@ export function renderArchiveOrgURL(match: URL) {
loading="lazy"
allowTransparency
allowFullScreen
zIndex={1}
/>
</ExpandableEmbed>
);