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 6a3b027 commit 0344123Copy full SHA for 0344123
apps/docs/components/docs/toc.tsx
@@ -87,6 +87,7 @@ export const DocsToc: FC<DocsTocProps> = ({headings}) => {
87
<li
88
key={i}
89
className={clsx(
90
+ "relative",
91
"transition-colors",
92
"font-normal",
93
"flex items-center text-tiny font-normal text-default-500",
0 commit comments