fix(theme): broken --visual-viewport-height (#5752)

This commit is contained in:
WK 2025-10-01 10:56:08 +08:00 committed by GitHub
parent 7c215f289e
commit c3224113de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"@heroui/theme": patch
---
fix: broken `--visual-viewport-height` (#5731)

View File

@ -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",