Update toc styles to make toc menu always accessible without scrolling
This commit is contained in:
@@ -130,11 +130,16 @@
|
||||
padding-right: 10px;
|
||||
max-width: 45vw;
|
||||
width: 25vw;
|
||||
max-height: 65vh;
|
||||
max-height: 70vh;
|
||||
overflow: auto;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
.ui-toc-dropdown > .toc {
|
||||
max-height: calc(70vh - 100px);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.ui-toc-dropdown[dir='rtl'] .nav {
|
||||
padding-right: 0;
|
||||
letter-spacing: 0.0029em;
|
||||
|
||||
Reference in New Issue
Block a user