Skip to content

Commit

Permalink
fix: Dialog 背景に z-index を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
uknmr committed Sep 11, 2024
1 parent e5976a0 commit 6e12f07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type Props = PropsWithChildren<

const dialogOverlap = tv({
base: [
'shr-absolute shr-inset-0',
'shr-absolute shr-inset-0 shr-z-overlap-base',
'[&.shr-dialog-transition-enter]:shr-opacity-0',
'[&.shr-dialog-transition-enter-active]:shr-transition-opacity',
'[&.shr-dialog-transition-enter-active]:shr-duration-300',
Expand Down

0 comments on commit 6e12f07

Please sign in to comment.