mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-24 11:26:31 +00:00
Fix table of contents display issue (#3740)
This commit is contained in:
@@ -180,6 +180,7 @@ function Toggler(props: {
|
||||
const show = {
|
||||
opacity: 1,
|
||||
height: 'auto',
|
||||
display: 'inherit',
|
||||
};
|
||||
const hide = {
|
||||
opacity: 0,
|
||||
|
||||
Reference in New Issue
Block a user