mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 08:10:45 +00:00
toc scroll fix
This commit is contained in:
parent
bdfedd1807
commit
d27a1e4c76
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue