Commit dd3e594d by Torkel Ödegaard

fix: scroll issue and positioning of info-popover

parent 9c246ba3
......@@ -40,7 +40,14 @@ export function infoPopover() {
openOn: openOn,
hoverOpenDelay: 400,
tetherOptions: {
offset: offset
offset: offset,
constraints: [
{
to: 'window',
attachment: 'together',
pin: true
}
],
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment