Skip to content

Commit 1c17857

Browse files
committed
Fix z-index issue in NFT asset page
1 parent 2b5941f commit 1c17857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/@/components/blocks/media-renderer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function CustomMediaRenderer(props: MediaRendererProps) {
1717

1818
return (
1919
<div
20-
className="relative"
20+
className="relative z-0"
2121
onLoad={() => {
2222
if (props.src) {
2323
setLoadedSrc(props.src);

0 commit comments

Comments
 (0)