Merge pull request #14427 from grafana/color-picker-position-fix

Fixed issue with colorpicker position above window
This commit is contained in:
Torkel Ödegaard 2018-12-10 14:39:26 +01:00 committed by GitHub
commit 512b617120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,