Merge pull request #469 from Safelite/feature/SSR-728

when menu modal is open, overlap all other components on the page
This commit is contained in:
katiekroell 2023-10-05 12:10:56 -04:00 committed by GitHub
commit 9359acf20f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,7 +162,7 @@ export default {
border-top: 1px solid $gray-300;
overflow-x: visible;
overflow-y: visible;
z-index: 2;
z-index: 3;
.modal-body {
padding: 2rem;
.ccpa-icon {