Skip to content

Commit

Permalink
fix: ダイアログの背景がスクロールに依ってズレる不具合を修正 (#4933)
Browse files Browse the repository at this point in the history
  • Loading branch information
uknmr authored Sep 18, 2024
1 parent a9e64cc commit cf5ea5f
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-z-overlap-base',
'shr-fixed 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 cf5ea5f

Please sign in to comment.