From 1dcf4df51f5f4c8f611712b1e752e9c5ccbc2e29 Mon Sep 17 00:00:00 2001 From: conico974 Date: Fri, 17 Oct 2025 21:20:33 +0200 Subject: [PATCH] Fix table of contents display issue (#3740) --- .../src/components/TableOfContents/ToggleableLinkItem.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/gitbook/src/components/TableOfContents/ToggleableLinkItem.tsx b/packages/gitbook/src/components/TableOfContents/ToggleableLinkItem.tsx index 9ab582ea0..5656ba3cd 100644 --- a/packages/gitbook/src/components/TableOfContents/ToggleableLinkItem.tsx +++ b/packages/gitbook/src/components/TableOfContents/ToggleableLinkItem.tsx @@ -180,6 +180,7 @@ function Toggler(props: { const show = { opacity: 1, height: 'auto', + display: 'inherit', }; const hide = { opacity: 0,