Commit 996567ac by Torkel Ödegaard Committed by GitHub

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

parent 3145a1dd
...@@ -147,6 +147,7 @@ export class TimePicker extends PureComponent<Props, State> { ...@@ -147,6 +147,7 @@ export class TimePicker extends PureComponent<Props, State> {
value={currentOption} value={currentOption}
label={label} label={label}
options={options} options={options}
maxMenuHeight={600}
onChange={this.onSelectChanged} onChange={this.onSelectChanged}
iconClass={'fa fa-clock-o fa-fw'} iconClass={'fa fa-clock-o fa-fw'}
tooltipContent={<TimePickerTooltipContent timeRange={value} />} tooltipContent={<TimePickerTooltipContent timeRange={value} />}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment