Hello Everyone,In mobile application, created application overall CSS for popup display position like the following CSS. But it does not work in applicaiton. Only display in center of the screen. Can set up css individually for bottom display and center display? If there are any other solutions, please let me know.CSS :.popup-dialog-bottom{ align-items: flex-end; etc ...}.popup-dialog-center{ align-items: center; etc ...}Thanks and Regards,Zwe Mann
Hello Zwe
To make the Pop-up in Bottom Align. Can you try by using Bottom Padding in (-ve) px? It might help you.
Hello Zwe,
You can add this CSS:
.popup-dialog {
display: flex; align-items: center; justify-content: center;
}
Hope it helps you.
See the applied example here: https://personal-xchr.outsystemscloud.com/Tests/Popup
Best Regards,
Nuno R