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 92ae60f commit abfba66Copy full SHA for abfba66
packages/gitbook/src/components/TableOfContents/TableOfContents.tsx
@@ -16,7 +16,7 @@ export function TableOfContents(props: {
16
return (
17
<>
18
<div
19
- className="fixed inset-0 z-40 bg-tint-12/4 backdrop-blur-lg data-[state=closed]:pointer-events-none data-[state=closed]:invisible data-[state=closed]:animate-fadeOut data-[state=open]:animate-fadeIn data-[state=open]:animate-in lg:hidden dark:bg-tint-1/6"
+ className="fixed inset-0 z-40 bg-tint-12/4 backdrop-blur-lg data-[state=closed]:pointer-events-none data-[state=closed]:invisible data-[state=closed]:animate-fadeOut data-[state=open]:animate-fadeIn lg:hidden dark:bg-tint-1/6"
20
data-state={open ? 'open' : 'closed'}
21
onClick={() => setOpen(false)}
22
/>
0 commit comments