Update modal z-index so hamburger button doesn't show over top of modal.

This commit is contained in:
Bryan Mauger 2022-06-09 10:07:39 -04:00
parent 2bb625bfea
commit 426f1e7445

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;