Fix table of contents display issue (#3740)

This commit is contained in:
conico974
2025-10-17 21:20:33 +02:00
committed by GitHub
parent 3c0e49d56b
commit 1dcf4df51f
@@ -180,6 +180,7 @@ function Toggler(props: {
const show = {
opacity: 1,
height: 'auto',
display: 'inherit',
};
const hide = {
opacity: 0,