diff options
Diffstat (limited to 'packages/ui/src/components/dialog.css')
| -rw-r--r-- | packages/ui/src/components/dialog.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/ui/src/components/dialog.css b/packages/ui/src/components/dialog.css index 5c7cdc233..177dc0a79 100644 --- a/packages/ui/src/components/dialog.css +++ b/packages/ui/src/components/dialog.css @@ -118,9 +118,15 @@ outline: none; } } + } + + &[data-fit] { + [data-slot="dialog-container"] { + height: auto; - &:focus-visible { - outline: none; + [data-slot="dialog-content"] { + min-height: 0; + } } } } |
