Scrollbar is not showing on dropdown menu for react select on chrome navigator, meanwhile it works for safari ,how do i fix that please ? any solution for it ? because I cannot scroll to my last item. thanks in advance. I am using react-select
version 2.4.2.
import Select from 'react-select';
<Select
name={this.props.name}
isSearchable
isClearable
defaultMenuIsOpen={this.state.defaultMenuIsOpen}
value={this.state.selectedOption}
onChange={this.handleChange}
options={this.state.data}
placeholder={this.props.placeholder}
/>