mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(theme): broken --visual-viewport-height (#5752)
This commit is contained in:
parent
7c215f289e
commit
c3224113de
5
.changeset/chatty-bats-build.md
Normal file
5
.changeset/chatty-bats-build.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@heroui/theme": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: broken `--visual-viewport-height` (#5731)
|
||||||
@ -32,7 +32,7 @@ const modal = tv({
|
|||||||
"z-50",
|
"z-50",
|
||||||
"overflow-x-auto",
|
"overflow-x-auto",
|
||||||
"justify-center",
|
"justify-center",
|
||||||
"h-[--visual-viewport-height]",
|
"h-(--visual-viewport-height)",
|
||||||
],
|
],
|
||||||
base: [
|
base: [
|
||||||
"flex",
|
"flex",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user