From f2e4269242ec92e486d3b6d387b12b53ec6e36c4 Mon Sep 17 00:00:00 2001 From: Andrii Skomorokhov Date: Fri, 17 Mar 2017 12:48:28 +0200 Subject: [PATCH] Fixed position of tooltip with description at graph. (#7854) --- public/app/features/panel/panel_directive.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/panel/panel_directive.ts b/public/app/features/panel/panel_directive.ts index 24977bd386c..165de76333c 100644 --- a/public/app/features/panel/panel_directive.ts +++ b/public/app/features/panel/panel_directive.ts @@ -160,6 +160,7 @@ module.directive('grafanaPanel', function($rootScope) { classes: ctrl.error ? 'drop-error' : 'drop-help', openOn: 'hover', hoverOpenDelay: 100, + constrainToScrollParent: false, }); } }