Fix page tools overlapping with drawer menu

This commit is contained in:
alistair3149 2020-06-11 17:37:51 -04:00
parent 4298a4328b
commit 1428d9efc5
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -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