Skip to content

Commit 5e7daea

Browse files
hide table of contents nav on small view screens (#1257)
1 parent f284475 commit 5e7daea

File tree

1 file changed

+1
-1
lines changed
  • apps/docs/app/routes/_docs/komponenter

1 file changed

+1
-1
lines changed

apps/docs/app/routes/_docs/komponenter/$slug.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function Page() {
6767
</ResourceLinks>
6868
<div className="lg:relative lg:flex lg:gap-[var(--gm-container-gutter-width)]">
6969
<TableOfContentsNav
70-
className="w-56 lg:sticky lg:top-9 lg:order-1 lg:shrink-0"
70+
className="hidden w-56 lg:sticky lg:top-9 lg:order-1 lg:block lg:shrink-0"
7171
content={data.content}
7272
propsTables={data.propsComponents}
7373
/>

0 commit comments

Comments
 (0)