mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed position of tooltip with description at graph. (#7854)
This commit is contained in:
parent
54c6699c2b
commit
f2e4269242
@ -160,6 +160,7 @@ module.directive('grafanaPanel', function($rootScope) {
|
||||
classes: ctrl.error ? 'drop-error' : 'drop-help',
|
||||
openOn: 'hover',
|
||||
hoverOpenDelay: 100,
|
||||
constrainToScrollParent: false,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user