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:
bmauger 2022-06-09 10:54:04 -04:00 committed by GitHub
commit 4c9db99606
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;