Browse Source

fixed issue with colorpicker position above window, fixes #14412

Torkel Ödegaard 7 years ago
parent
commit
0c5fd21327
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/core/components/colorpicker/SeriesColorPicker.tsx

+ 1 - 1
public/app/core/components/colorpicker/SeriesColorPicker.tsx

@@ -44,7 +44,7 @@ export class SeriesColorPicker extends React.Component<SeriesColorPickerProps> {
     const drop = new Drop({
       target: this.pickerElem,
       content: dropContentElem,
-      position: 'top center',
+      position: 'bottom center',
       classes: 'drop-popover',
       openOn: 'hover',
       hoverCloseDelay: 200,