We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e64cc commit cf5ea5fCopy full SHA for cf5ea5f
packages/smarthr-ui/src/components/Dialog/DialogOverlap.tsx
@@ -20,7 +20,7 @@ type Props = PropsWithChildren<
20
21
const dialogOverlap = tv({
22
base: [
23
- 'shr-absolute shr-inset-0 shr-z-overlap-base',
+ 'shr-fixed shr-inset-0 shr-z-overlap-base',
24
'[&.shr-dialog-transition-enter]:shr-opacity-0',
25
'[&.shr-dialog-transition-enter-active]:shr-transition-opacity',
26
'[&.shr-dialog-transition-enter-active]:shr-duration-300',
0 commit comments