mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-10-09 20:33:03 +02:00
small fix for codepen embeds
This commit is contained in:
@@ -18,6 +18,7 @@ export function renderCodePenURL(match: URL) {
|
|||||||
loading="lazy"
|
loading="lazy"
|
||||||
allowTransparency
|
allowTransparency
|
||||||
allowFullScreen
|
allowFullScreen
|
||||||
|
zIndex={1}
|
||||||
/>
|
/>
|
||||||
</ExpandableEmbed>
|
</ExpandableEmbed>
|
||||||
);
|
);
|
||||||
@@ -42,6 +43,7 @@ export function renderArchiveOrgURL(match: URL) {
|
|||||||
loading="lazy"
|
loading="lazy"
|
||||||
allowTransparency
|
allowTransparency
|
||||||
allowFullScreen
|
allowFullScreen
|
||||||
|
zIndex={1}
|
||||||
/>
|
/>
|
||||||
</ExpandableEmbed>
|
</ExpandableEmbed>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user