Tweak ToC max height 2

This commit is contained in:
alistair3149 2020-06-11 23:03:28 -04:00
parent 3b22e99b54
commit d002ad6ede
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -82,7 +82,7 @@
z-index: 2;
border-left: 1px dashed;
max-width: ~'calc( (100vw - '@page-width + @margin-side * 4~' ) / 2 )';
max-height: ~'calc( 100vh - '@header-height * 2 - @margin-side * 4~' )';
max-height: ~'calc( 100vh - '@header-height * 2 + @margin-side * 4~' )';
overflow: visible auto;
overscroll-behavior: contain;
display: block;