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

This commit is contained in:
Andrii Skomorokhov 2017-03-17 12:48:28 +02:00 committed by Torkel Ödegaard
parent 76fa363613
commit 5cb51631db

View File

@ -160,6 +160,7 @@ module.directive('grafanaPanel', function($rootScope, $document) {
classes: ctrl.error ? 'drop-error' : 'drop-help',
openOn: 'hover',
hoverOpenDelay: 100,
constrainToScrollParent: false,
});
}
}