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
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,6 @@
z-index: 3000;
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;
padding: 2px 0 0 0;
display: none;
}
@ -90,5 +89,6 @@
max-width: 250px;
background: #333;
position: fixed;
padding-top: 2px;
top: 0;
}