How to adjust size/location of default Pop-windows in Mendix

0
When I am clicking any widget, say a Button I have added to change properties, the pop-window that Mendix open is located a bit down so that I can't see full window and I have to drag the window up, so that I can hit Ok. 
asked
1 answers
0

Hi Ankit,

I would suggest to create a popup page and do modification there rather than changing default popup but still if you want to change then you can target default popup via

.modal-dialog{

//position properties}

like this.

 

Hope it helps!

answered