mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-04-10 21:00:17 +02:00
small fix for codepen embeds
This commit is contained in:
parent
8cc69d7e5c
commit
123c1b8aa1
@ -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>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user