Update modal z-index so hamburger button doesn't show over top of modal.
This commit is contained in:
parent
2bb625bfea
commit
426f1e7445
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ export default {
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 1055;
|
z-index: 1057;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue