toc scroll fix

This commit is contained in:
alistair3149 2019-11-27 21:36:01 -05:00
parent bdfedd1807
commit d27a1e4c76

View file

@ -358,7 +358,6 @@ a {
position: fixed;
max-width: 450px;
height:~'calc( 100vh - @{header-height} * 2 - @{margin-side} * 4 )';
overflow: visible auto;
top: @header-height;
right: 0;
padding: @margin-side * 2 @margin-side;
@ -462,6 +461,7 @@ a {
z-index: 2;
border-right: 1px dashed;
max-height:~'calc( 100vh - @{header-height} * 2 - @{margin-side} * 4 )';
overflow: visible auto;
display: block;
>li {