nextui/.changeset/healthy-clouds-refuse.md
Facundo Tenuta 048de6e9b2
fix(navbar): allow height prop to accept number type and fix broken menu (#3601)
* fix(navbar): allow height prop to accept number type and fix broken menu

* fix(navbar): menu breaking when a numerical height value is provided. changeset
2024-08-29 12:55:10 +08:00

168 B

@nextui-org/navbar
patch

Fix navbar menu breaking when a numerical height value is provided. The height value is now converted to pixels if it is a number.