mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
fix(style): fix toc overflow & scrolling overflow
This commit is contained in:
parent
f334e78ed6
commit
148b733398
@ -50,6 +50,8 @@ ul.toc-content {
|
|||||||
position: relative;
|
position: relative;
|
||||||
margin: 0.5rem 0;
|
margin: 0.5rem 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
height: 5rem;
|
||||||
|
overscroll-behavior: contain;
|
||||||
|
|
||||||
list-style: none;
|
list-style: none;
|
||||||
& > li > a {
|
& > li > a {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user