BUGFIX: Drawer not completly closed
This commit is contained in:
parent
e8a2557c4a
commit
c3c863b446
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ body{
|
|||
position: fixed;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: -300px;
|
||||
left: -301px;
|
||||
padding-top: 64px;
|
||||
z-index: 40;
|
||||
}
|
||||
|
|
Reference in a new issue