26
Views
2
Comments
Solved
Popup
Question

How to customize default popup provided by OutSystems

Help is appreciated 

Thank you  

2022-02-25 19-42-59
Srinivas K Singadi
Solution

Hi Praveen,

yes you can customize the popup by overriding popup CSS 

for example, you can increase  width and height and also auto X and Y 

Here just I am one example maybe you will get an idea 

.popup-dialog.custom-style2 {
    min-width: 70vw;
    overflow-y: auto;
    padding-bottom: var(--space-l);
    
   
}
UserImage.jpg
Praveen T
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.