mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
fixed issue with colorpicker position above window, fixes #14412
This commit is contained in:
parent
acf24bd679
commit
0c5fd21327
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user