BUGFIX: Drawer not completly closed

This commit is contained in:
mmk2410 2015-11-18 15:01:39 +01:00
parent e8a2557c4a
commit c3c863b446
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ body{
position: fixed;
height: 100%;
top: 0;
left: -300px;
left: -301px;
padding-top: 64px;
z-index: 40;
}