Skip to content

Commit 6b6f41d

Browse files
authored
Update website/src/layout/Layout.tsx
1 parent 2e83cf3 commit 6b6f41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/layout/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ export default function Layout({ pageOpts, children }: NextraThemeLayoutProps<Fr
304304
{/* TODO: Fix issue where the page scrolls up when elements in the header are tabbed to */}
305305
<header
306306
className={`
307-
sticky top-0 z-10 grid h-[var(--graph-docs-header-height)] grid-cols-[auto_1fr_1fr] items-center border-b border-space-1500 bg-space-1800
307+
sticky top-0 z-10 grid h-[var(--graph-docs-header-height)] grid-cols-[auto_auto_1fr] items-center border-b border-space-1500 bg-space-1800
308308
md:grid-cols-[var(--graph-docs-sidebar-width)_auto]
309309
`}
310310
>

0 commit comments

Comments
 (0)