mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 16:21:11 +00:00
Fix page tools overlapping with drawer menu
This commit is contained in:
parent
4298a4328b
commit
1428d9efc5
|
@ -1,5 +1,4 @@
|
|||
#page-tools {
|
||||
z-index: 5;
|
||||
position: absolute;
|
||||
display: flex;
|
||||
transform: translateX( ~'calc( (100vw - @{page-width}) / 2 - @{margin-side} * 2 - 100%)' ); // magic
|
||||
|
|
Loading…
Reference in a new issue