mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 16:21:11 +00:00
Tweak ToC max height 2
This commit is contained in:
parent
3b22e99b54
commit
d002ad6ede
|
@ -82,7 +82,7 @@
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
border-left: 1px dashed;
|
border-left: 1px dashed;
|
||||||
max-width: ~'calc( (100vw - '@page-width + @margin-side * 4~' ) / 2 )';
|
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;
|
overflow: visible auto;
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in a new issue