dynamic modal popup sizes?

0
Hi Guys, Im working on a date picker. The dates are loaded slightly after the popup is created resulting in a scrollbar (due to the height already being calculated). can I disable the inline sizes? Is there a way around the modalpopups determenaing sizes inline? Is there a flex popup widget? How have you guys solved popup issues like this (not the first time I've run into popups being limited)
asked
2 answers
1

You can edit the properties of the pop-up so it has a fixed width and height.

See the picture below:

I think these settings may solve your issue.

answered
0

Have you tried setting the modal-body and the mx-dataview-content to "height: auto"? 
Tested this with a popup and altered the height of the content afterwards and the popup height adjusted on the fly. 

answered