mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
TimePicker: Increase max height of quick range dropdown (#18247)
This commit is contained in:
@@ -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} />}
|
||||
|
||||
Reference in New Issue
Block a user