Web: Components: LinkWithDropDown: Added max-height for DropDown

This commit is contained in:
Ilya Oleshko 2020-02-14 12:20:46 +03:00
parent c05d992ab4
commit dffa17672b

View File

@ -208,6 +208,7 @@ class LinkWithDropdown extends React.Component {
open={this.state.isOpen}
withArrow={false}
clickOutsideAction={this.onClose}
maxHeight={200}
{...rest}
>
{data.map(item => (