579
Views
3
Comments
Reactive Web - popup positioning

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

2023-04-19 18-38-51
Bas de Jong

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. 

UserImage.jpg
mubeen khan

Jan Ancukiewicz wrote:

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

Hi Jan, i'm facing this issue are able to resolve this.

Thanks,

Mubeen Khan


2023-01-04 05-10-52
Akshay Puri

Hi,

Try to add following css to your page/module as required:

body {
    overflow-y: auto !important;
}
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.