when menu modal is open, overlap all other components on the page

This commit is contained in:
US\katie.kroell 2023-10-05 11:34:42 -04:00
parent ef72f212f7
commit e7e5251c56

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 {