From 5cb51631dbd977e122e221832a1876a60e3eb305 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 d2708ff73bb..0482abc0437 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, $document) { classes: ctrl.error ? 'drop-error' : 'drop-help', openOn: 'hover', hoverOpenDelay: 100, + constrainToScrollParent: false, }); } }