diff --git a/public/app/core/components/info_popover.ts b/public/app/core/components/info_popover.ts index 6b2a300551e..df90728157d 100644 --- a/public/app/core/components/info_popover.ts +++ b/public/app/core/components/info_popover.ts @@ -40,7 +40,14 @@ export function infoPopover() { openOn: openOn, hoverOpenDelay: 400, tetherOptions: { - offset: offset + offset: offset, + constraints: [ + { + to: 'window', + attachment: 'together', + pin: true + } + ], } });