Hi,
it seems, that the boundary detection is not working for popups without an anchor but with an absolute position (offset).
this.popupService.open({
offset: {
left: clickArgs.point.x,
top: clickArgs.point.y,
},
collision: { horizontal: 'flip', vertical: 'fit' },
content: MyComponent
});
The collision settings have no effect.
Best regards,
Thomas