CSS for height of autocomplete in custom filter panel

This commit is contained in:
2023-06-21 12:15:12 -05:00
parent 45063ac416
commit 7650d32ea5
2 changed files with 2 additions and 2 deletions

View File

@ -434,7 +434,7 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
}
/* taller list box */
.customFilterPanel .MuiAutocomplete-listbox
.filterCriteriaRowColumnPopper .MuiAutocomplete-listbox
{
max-height: 60vh;
}