We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f284475 commit 5e7daeaCopy full SHA for 5e7daea
apps/docs/app/routes/_docs/komponenter/$slug.tsx
@@ -67,7 +67,7 @@ function Page() {
67
</ResourceLinks>
68
<div className="lg:relative lg:flex lg:gap-[var(--gm-container-gutter-width)]">
69
<TableOfContentsNav
70
- className="w-56 lg:sticky lg:top-9 lg:order-1 lg:shrink-0"
+ className="hidden w-56 lg:sticky lg:top-9 lg:order-1 lg:block lg:shrink-0"
71
content={data.content}
72
propsTables={data.propsComponents}
73
/>
0 commit comments