Update toc styles to make toc menu always accessible without scrolling

This commit is contained in:
Wu Cheng-Han 2016-08-14 11:24:04 +08:00
parent 8d24d9e97f
commit e08152ed03
2 changed files with 9 additions and 2 deletions

View file

@ -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;