fix: overflow list bottom gradient on toc (closes #1888)

This commit is contained in:
Jacky Zhao
2025-03-30 17:30:01 -07:00
parent 9ff6c7a3f5
commit f70e562432
3 changed files with 22 additions and 25 deletions

View File

@ -556,6 +556,7 @@ video {
div:has(> .overflow) {
display: flex;
max-height: 100%;
overflow-y: hidden;
}
ul.overflow,