TimePicker: Increase max height of quick range dropdown (#18247)

(cherry picked from commit 996567ac42)
This commit is contained in:
Torkel Ödegaard
2019-07-26 15:56:18 +02:00
committed by Leonard Gram
parent 9cbe0abb44
commit a2c7570c5c
@@ -148,6 +148,7 @@ export class TimePicker extends PureComponent<Props, State> {
value={currentOption}
label={label}
options={options}
maxMenuHeight={600}
onChange={this.onSelectChanged}
iconClass={'fa fa-clock-o fa-fw'}
tooltipContent={<TimePickerTooltipContent timeRange={value} />}