fix(style): overflow on toc

This commit is contained in:
Jacky Zhao 2023-11-29 10:50:26 -08:00
parent 660aae62e0
commit 0d314db1f8

View File

@ -30,6 +30,7 @@ button#toc {
overflow: hidden;
max-height: none;
transition: max-height 0.5s ease;
position: relative;
&.collapsed > .overflow::after {
opacity: 0;