fix: increase mobile menu max height for better visibility

This commit is contained in:
tuyenio
2026-06-26 10:52:12 +07:00
parent 1fc3431ace
commit 5cf7726372
+1 -1
View File
@@ -73,7 +73,7 @@ export function SiteHeader() {
<div
className={`overflow-hidden border-t border-[var(--surface-border)] bg-[rgb(255_255_255_/_0.9)] transition-[max-height] duration-240 lg:hidden ${
mobileMenuOpen ? "max-h-80" : "max-h-0"
mobileMenuOpen ? "max-h-96" : "max-h-0"
}`}
>
<div className="grid gap-2 px-4 py-4">