Skip to content

Commit a5163c0

Browse files
authored
Fix z-index issue in NFT asset page (#7359)
1 parent 55baa99 commit a5163c0

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)