fix: scroll issue and positioning of info-popover

This commit is contained in:
Torkel Ödegaard 2017-04-12 21:20:47 +02:00
parent 9c246ba301
commit dd3e594dd7

View File

@ -40,7 +40,14 @@ export function infoPopover() {
openOn: openOn,
hoverOpenDelay: 400,
tetherOptions: {
offset: offset
offset: offset,
constraints: [
{
to: 'window',
attachment: 'together',
pin: true
}
],
}
});