Skip to content

Commit 1dcf4df

Browse files
authored
Fix table of contents display issue (#3740)
1 parent 3c0e49d commit 1dcf4df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/gitbook/src/components/TableOfContents/ToggleableLinkItem.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ function Toggler(props: {
180180
const show = {
181181
opacity: 1,
182182
height: 'auto',
183+
display: 'inherit',
183184
};
184185
const hide = {
185186
opacity: 0,

0 commit comments

Comments
 (0)