fix(ui): correctly handle mobile breakpoints for the navbar

Fixes HP-529.
This commit is contained in:
Aarnav Tale
2026-04-20 21:45:40 -04:00
parent 9238f69bfc
commit 4d252833ef
3 changed files with 39 additions and 7 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export function Layout({ children }: { readonly children: React.ReactNode }) {
<Links />
<link href={`${__PREFIX__}/favicon.ico`} rel="icon" />
</head>
<body className="overflow-x-hidden overscroll-none dark:bg-mist-900 dark:text-mist-50">
<body className="w-full overflow-x-hidden overscroll-none dark:bg-mist-900 dark:text-mist-50">
{children}
<ToastProvider />
<ScrollRestoration />