Fixed position of tooltip with description at graph. (#7854)

This commit is contained in:
Andrii Skomorokhov
2017-03-20 13:36:00 +01:00
committed by Torkel Ödegaard
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,
});
}
}