fix: increase mobile menu max height for better visibility
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user