when menu modal is open, overlap all other components on the page
This commit is contained in:
parent
ef72f212f7
commit
e7e5251c56
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ export default {
|
||||||
border-top: 1px solid $gray-300;
|
border-top: 1px solid $gray-300;
|
||||||
overflow-x: visible;
|
overflow-x: visible;
|
||||||
overflow-y: visible;
|
overflow-y: visible;
|
||||||
z-index: 2;
|
z-index: 3;
|
||||||
.modal-body {
|
.modal-body {
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
.ccpa-icon {
|
.ccpa-icon {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue