mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(theme): set the min-height of base height to 100dvh where size equals "full" (#2684)
* fix(modal): set the min-height of base height to 100dvh where size equals "full" * chore(changeset): add changeset --------- Co-authored-by: WK Wong <wingkwong.code@gmail.com>
This commit is contained in:
parent
54bd9cdd6d
commit
142f394cb5
5
.changeset/nervous-mirrors-rule.md
Normal file
5
.changeset/nervous-mirrors-rule.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@nextui-org/theme": patch
|
||||
---
|
||||
|
||||
set the min-height of base height to 100dvh where size equals `full` (#2681)
|
||||
@ -102,7 +102,7 @@ const modal = tv({
|
||||
base: "max-w-5xl",
|
||||
},
|
||||
full: {
|
||||
base: "my-0 mx-0 sm:mx-0 sm:my-0 max-w-full h-[100dvh] !rounded-none",
|
||||
base: "my-0 mx-0 sm:mx-0 sm:my-0 max-w-full h-[100dvh] min-h-[100dvh] !rounded-none",
|
||||
},
|
||||
},
|
||||
radius: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user