Commit f2e42692 by Andrii Skomorokhov Committed by Torkel Ödegaard

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

parent 54c6699c
......@@ -160,6 +160,7 @@ module.directive('grafanaPanel', function($rootScope) {
classes: ctrl.error ? 'drop-error' : 'drop-help',
openOn: 'hover',
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