fix side menu position

This commit is contained in:
Simon Vieille 2020-04-08 17:04:04 +02:00
parent da6f89d5c1
commit d07af9ddf9
Signed by: deblan
GPG key ID: 03383D15A1D31745

View file

@ -30,7 +30,6 @@
z-index: 3000; z-index: 3000;
color: #fff; color: #fff;
box-shadow: rgba(0, 0, 0, 0.22) 0px 25.6px 57.6px 0px, rgba(0, 0, 0, 0.18) 0px 4.8px 14.4px 0px; box-shadow: rgba(0, 0, 0, 0.22) 0px 25.6px 57.6px 0px, rgba(0, 0, 0, 0.18) 0px 4.8px 14.4px 0px;
padding: 2px 0 0 0;
display: none; display: none;
} }
@ -90,5 +89,6 @@
max-width: 250px; max-width: 250px;
background: #333; background: #333;
position: fixed; position: fixed;
padding-top: 2px;
top: 0; top: 0;
} }