Web: Common: FilterInput: fixed max-height for dropdown

This commit is contained in:
Artem Tarasov 2020-11-20 11:13:52 +03:00
parent 44efee86dd
commit 9930f25672

View File

@ -235,7 +235,7 @@ class FilterItem extends React.Component {
opened={opened}
directionX="left"
toggleAction={this.toggleCombobox}
dropDownMaxHeight={200}
dropDownMaxHeight={300}
></ComboBox>
) : (
<span className="styled-filter-name">{label}</span>