Merge pull request #544 from Safelite/CSR-681-update-modal-z-index
Update modal z-index so hamburger button doesn't show over top of modal.
This commit is contained in:
commit
4c9db99606
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ export default {
|
|||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 1055;
|
||||
z-index: 1057;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow-x: hidden;
|
||||
|
|
|
|||
Loading…
Reference in a new issue