Fixes the position of the navigation toggle menu icon in mobile.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
parent
45db89f3e6
commit
0ca9ce0f84
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
#app-navigation-toggle {
|
#app-navigation-toggle {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
display: inline-block !important;
|
display: inline-block !important;
|
||||||
top: 45px;
|
top: 50px;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 44px;
|
width: 44px;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
|
|
Loading…
Reference in a new issue