Can I resize width and height of Mendix PopUp Pages?
1
Hi, I created a microflow that opens a pop up page with a lot of stuff in it, but the default width of the PopUp Page is too little, making the info inside look too filled up. I tried to change Canvas Width and Canvas Height, but that does not seem to impact. There must be a way to resize the page, if so, how?
asked
Shock Anvarov
2 answers
0
On the basic-popup layout you can find the width and height of the popup you call.
answered
Roel Hagedoorn
1
Hi Shokhrukh,
Setting a width or height on .modal-dialog .modal-content { should do the trick.