What would be the easiest way to position a component anywhere on the screen, so like an overlay, but not using Window or PopupView (which both behave differently from what I need)?
I also need to be able to detect clicks outside the component in order to hide it, but I guess I’ll need custom javascript for that.