fix filter dropdown z-index (#8623)

This commit is contained in:
ʈᵃᵢ 2019-11-20 22:52:27 -08:00 committed by Maxime Beauchemin
parent 7104b04817
commit 6e470fc9bb
2 changed files with 1 additions and 2 deletions

View File

@ -77,5 +77,4 @@ ul.select2-results div.filter_box {
.filter-container .filter-badge-container + div {
width: 100%;
z-index: @z-index-dropdown;
}

View File

@ -358,7 +358,7 @@ table.table-no-hover tr:hover {
}
.Select-menu-outer {
z-index: 10 !important;
z-index: @z-index-dropdown !important;
}
/** not found record **/