Skip to content

Commit

Permalink
fix: docs right sidebar overlaying content
Browse files Browse the repository at this point in the history
  • Loading branch information
c-ehrlich committed Sep 18, 2022
1 parent a17ed15 commit df36e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/navigation/TableOfContents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function TableOfContents({ headings = [] }: TOCProps) {
className={clsx(
"hover:text-t3-purple-700 dark:hover:text-t3-purple-100 text-t3-purple-500 dark:text-t3-purple-200",
{
"font-bold text-t3-purple-700 dark:text-t3-purple-100":
"underline text-t3-purple-700 dark:text-t3-purple-100":
active === slug,
"text-sm": depth > 2,
},
Expand Down

0 comments on commit df36e54

Please sign in to comment.