Browse Source

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

Andrii Skomorokhov 8 years ago
parent
commit
f2e4269242
1 changed files with 1 additions and 0 deletions
  1. 1 0
      public/app/features/panel/panel_directive.ts

+ 1 - 0
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,
           });
         }
       }