Fix mobile drawer
This commit is contained in:
parent
93dd3a3a72
commit
3fdb8a2052
1 changed files with 1 additions and 1 deletions
|
|
@ -167,5 +167,5 @@ header {
|
|||
|
||||
/* This class is added when the user open the drawer */
|
||||
#app.draw > * {
|
||||
transform: translateX(-450px);
|
||||
transform: translateX(-80%);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue