mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-27 20:17:05 +02:00
small fix for codepen embeds
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
Reference in New Issue
Block a user