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:
commit
9359acf20f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue