Skip to content

Commit

Permalink
Rebase and update z-indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Dec 15, 2024
1 parent a99e0f4 commit 63b71c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/media/MediaGallery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ export const MediaGallery: FC<{
</div>
)}
<Dialog.Portal>
<Dialog.Overlay className="fixed inset-0 bg-black bg-opacity-50" />
<Dialog.Content className="fixed inset-0 bg-white rounded-lg shadow-lg max-w-6xl mx-auto my-8 h-min">
<Dialog.Overlay className="fixed inset-0 bg-black bg-opacity-50 z-10" />
<Dialog.Content className="fixed inset-0 bg-white rounded-lg shadow-lg max-w-6xl mx-auto my-8 h-min z-10">
<Dialog.DialogTitle className="text-center font-medium text-xl overflow-hidden p-2">
{useMedia(mediaId).data?.description}
</Dialog.DialogTitle>
Expand Down

0 comments on commit 63b71c2

Please sign in to comment.