fix: overflow list bottom gradient on toc (closes #1888)
This commit is contained in:
parent
9ff6c7a3f5
commit
f70e562432
3 changed files with 22 additions and 25 deletions
|
@ -556,6 +556,7 @@ video {
|
|||
div:has(> .overflow) {
|
||||
display: flex;
|
||||
max-height: 100%;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
ul.overflow,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue