Hi there OutSystems Community!
Is there a simple way to open a popup not on top of the screen, but as in traditional web app- dependent on where on a screen user is currently? In other words, I don't want screen to scroll to the top every time I open a popup.
Thanks in advance!
Jan
I dont believe it is possible out of the box. You can try to manipulate the popup's position by diving into the css classes used for this popup.
Jan Ancukiewicz wrote:
Hi Jan, i'm facing this issue are able to resolve this.
Thanks,
Mubeen Khan
Hi,
Try to add following css to your page/module as required:
body { overflow-y: auto !important; }