fix: scroll issue and positioning of info-popover

pull/8111/head
Torkel Ödegaard 8 years ago
parent 9c246ba301
commit dd3e594dd7
  1. 9
      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
}
],
}
});

Loading…
Cancel
Save