fix(style): fix toc overflow & scrolling overflow

This commit is contained in:
tuscan-blue 2025-04-04 21:15:03 +08:00
parent f334e78ed6
commit 148b733398

View File

@ -50,6 +50,8 @@ ul.toc-content {
position: relative;
margin: 0.5rem 0;
padding: 0;
height: 5rem;
overscroll-behavior: contain;
list-style: none;
& > li > a {