When I set the height and width of the popupform, the values are not taken into account.
<button type="button" class="awe-btn" onclick="@(Url.Awe().PopupFormAction().Url(Url.Action("create")).Success("createQuestionset").Height(800).Width(800))">@Mui.Create qs</button>
No matter what values i set, the size of the popup remains the same.
Is there anything more to do?