Skip to content

Commit

Permalink
Merge pull request #1890 from bolt/fix/z-index-of-multiselect
Browse files Browse the repository at this point in the history
Fix Z-index, attempt 2
  • Loading branch information
I-Valchev authored Sep 23, 2020
2 parents f3c692c + 3e03ca7 commit 84ac8fc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions assets/scss/vendor/multiselect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ fieldset[disabled] .multiselect {
pointer-events: none;
}

.multiselect-bolt-wrapper {
position: relative;
z-index: 110;
}

.multiselect,
.multiselect__input,
.multiselect__single {
Expand Down Expand Up @@ -268,7 +263,7 @@ fieldset[disabled] .multiselect {
}

.multiselect--active .multiselect__placeholder {
display: none;
visibility: hidden;
}

.multiselect__content-wrapper {
Expand All @@ -282,7 +277,7 @@ fieldset[disabled] .multiselect {
border-top: none;
border-bottom-left-radius: $vue-multiselect-border-radius;
border-bottom-right-radius: $vue-multiselect-border-radius;
z-index: 110;
z-index: 50;
-webkit-overflow-scrolling: touch;
}

Expand Down

0 comments on commit 84ac8fc

Please sign in to comment.