feat: update layout height to use dynamic viewport height for better responsiveness

This commit is contained in:
Linus Rath
2026-03-12 16:05:40 +01:00
parent 7fedcb8e58
commit 2a73adf588
5 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ export function NavigationRail({
if (orientation === "horizontal") {
return (
<nav
className={cn("flex items-center justify-around bg-background border-t border-border", className)}
className={cn("flex items-center justify-around bg-background border-t border-border shrink-0", className)}
role="navigation"
aria-label={t("nav_label")}
>