Skip to content

Commit cf5ea5f

Browse files
authoredSep 18, 2024··
fix: ダイアログの背景がスクロールに依ってズレる不具合を修正 (#4933)
1 parent a9e64cc commit cf5ea5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/smarthr-ui/src/components/Dialog/DialogOverlap.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type Props = PropsWithChildren<
2020

2121
const dialogOverlap = tv({
2222
base: [
23-
'shr-absolute shr-inset-0 shr-z-overlap-base',
23+
'shr-fixed shr-inset-0 shr-z-overlap-base',
2424
'[&.shr-dialog-transition-enter]:shr-opacity-0',
2525
'[&.shr-dialog-transition-enter-active]:shr-transition-opacity',
2626
'[&.shr-dialog-transition-enter-active]:shr-duration-300',

0 commit comments

Comments
 (0)
Please sign in to comment.