mirror of
https://github.com/tale/headplane.git
synced 2026-08-22 10:46:38 +00:00
fix(ui): correctly handle mobile breakpoints for the navbar
Fixes HP-529.
This commit is contained in:
+1
-1
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user