[UI Dom] Dialog height 100%

,

I rely on the markup in my dialog to determine the dialog size (to account for the difference between UWP and macOS). However, since the dialog doesn’t have an explicit height, I can’t use height: 100% within it. Does anyone have a trick to solve this?

1 Like