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> {
value={currentOption}
label={label}
options={options}
maxMenuHeight={600}
onChange={this.onSelectChanged}
iconClass={'fa fa-clock-o fa-fw'}
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