We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bad88d commit c8f6cdbCopy full SHA for c8f6cdb
apps/frontend/src/components/media/media.component.tsx
@@ -486,7 +486,7 @@ export const MediaBox: FC<{
486
/>
487
)}
488
<div className="w-full h-full rounded-[6px] overflow-hidden relative">
489
- <div className="absolute left-[50%] top-[50%] -translate-x-[50%] -translate-y-[50%]">
+ <div className="absolute z-[20] left-[50%] top-[50%] -translate-x-[50%] -translate-y-[50%]">
490
<div
491
onClick={maximize(media)}
492
className="cursor-pointer p-[4px] bg-black/40 hidden group-hover:block hover:scale-150 transition-all"
0 commit comments