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

This commit is contained in:
Torkel Ödegaard
2019-07-24 14:05:01 +02:00
committed by GitHub
parent 3145a1dd29
commit 996567ac42

View File

@@ -147,6 +147,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} />}