fix(table of contents): multiple scrollbars (https://github.com/jackyzha0/quartz/issues/1388)

This commit is contained in:
saberzero1 2024-09-24 15:53:10 +02:00
parent 7d7e334976
commit b1892b5f67
No known key found for this signature in database
GPG Key ID: 41AEE99107640F10

View File

@ -1,5 +1,12 @@
.toc {
overflow-y: auto;
&.desktop-only {
max-height: 40%;
}
> #toc-content > .overflow {
max-height: unset;
overflow-y: unset;
}
}
button#toc {