Browse Source

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

Torkel Ödegaard 6 years ago
parent
commit
996567ac42
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/grafana-ui/src/components/TimePicker/TimePicker.tsx

+ 1 - 0
packages/grafana-ui/src/components/TimePicker/TimePicker.tsx

@@ -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} />}