Skip to content

Commit

Permalink
fix: ModelessDialog のグラブ領域を修正 (#5055)
Browse files Browse the repository at this point in the history
uknmr authored Oct 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ea0bac4 commit 0635680
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/smarthr-ui/src/components/Dialog/ModelessDialog.tsx
Original file line number Diff line number Diff line change
@@ -97,10 +97,7 @@ const modelessDialog = tv({
'smarthr-ui-ModelessDialog-handle shr-absolute shr-inset-x-0 shr-bottom-0 shr-top-[2px] shr-m-auto shr-flex shr-justify-center shr-rounded-tl-s shr-rounded-tr-s shr-text-grey shr-transition-colors shr-duration-100 shr-ease-in-out',
'focus-visible:shr-bg-white-darken focus-visible:shr-shadow-outline focus-visible:shr-outline-none',
],
title: [
'shr-relative' /* DialogHandlerの上に出すためにスタッキングコンテキストを生成 */,
'shr-my-1 shr-me-1',
],
title: ['shr-my-1 shr-me-1'],
closeButtonLayout: [
'shr-relative' /* DialogHandlerの上に出すためにスタッキングコンテキストを生成 */,
'shr-ml-auto shr-shrink-0',

0 comments on commit 0635680

Please sign in to comment.