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

This commit is contained in:
Andrii Skomorokhov
2017-03-17 11:48:28 +01:00
committed by Torkel Ödegaard
parent 76fa363613
commit 5cb51631db
@@ -160,6 +160,7 @@ module.directive('grafanaPanel', function($rootScope, $document) {
classes: ctrl.error ? 'drop-error' : 'drop-help',
openOn: 'hover',
hoverOpenDelay: 100,
constrainToScrollParent: false,
});
}
}