mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
fix(table of contents): multiple scrollbars (https://github.com/jackyzha0/quartz/issues/1388)
This commit is contained in:
parent
7d7e334976
commit
b1892b5f67
@ -1,5 +1,12 @@
|
||||
.toc {
|
||||
overflow-y: auto;
|
||||
&.desktop-only {
|
||||
max-height: 40%;
|
||||
}
|
||||
> #toc-content > .overflow {
|
||||
max-height: unset;
|
||||
overflow-y: unset;
|
||||
}
|
||||
}
|
||||
|
||||
button#toc {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user