Skip to content

Commit

Permalink
changed z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
splican committed Nov 3, 2023
1 parent a5a83a8 commit e59c162
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function StyledModal({
return (
<StyledContainer
{...restProps}
className="flex items-center justify-center"
className="z-50 flex items-center justify-center"
>
<div
className="fixed top-0 bottom-0 left-0 right-0 flex items-center justify-center h-full bg-blacktrans"
Expand All @@ -59,7 +59,7 @@ export default function StyledModal({
onClick={(event) => {
onClose?.();
}}
className="w-8 h-8 p-1 text-xs roboto-black"
className="p-2 text-xs roboto-black"
>
X
</StyledButton>
Expand Down

0 comments on commit e59c162

Please sign in to comment.