Commit 5cb51631 by Andrii Skomorokhov Committed by Torkel Ödegaard

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

parent 76fa3636
...@@ -160,6 +160,7 @@ module.directive('grafanaPanel', function($rootScope, $document) { ...@@ -160,6 +160,7 @@ module.directive('grafanaPanel', function($rootScope, $document) {
classes: ctrl.error ? 'drop-error' : 'drop-help', classes: ctrl.error ? 'drop-error' : 'drop-help',
openOn: 'hover', openOn: 'hover',
hoverOpenDelay: 100, hoverOpenDelay: 100,
constrainToScrollParent: false,
}); });
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment