Skip to content

Commit

Permalink
Update style.css for z-index (kodilan-com#66)
Browse files Browse the repository at this point in the history
Fix for multiselect menu overlays the info dialog after subscribe.
  • Loading branch information
mesutissimo authored and fatihacet committed Oct 23, 2019
1 parent b26d452 commit fba8ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8775,12 +8775,12 @@ select {

.multiselect {
position: relative;
z-index: 1000;
z-index: 900;
outline: none;
}

.multiselect--active {
z-index: 1001;
z-index: 901;
}

.multiselect * {
Expand Down

0 comments on commit fba8ddc

Please sign in to comment.