I have a two column popup that wraps to one column on moble (essentially doubles in height).
I am using Transition NoBounceDownIn to show the popup
When the popup appears on desktop or other screen that allows for two columns, it appears 50px from the top of the screen as expected
When on a mobile or other device where the columns to wrap into one and double the height of the popup, it appears half way down the screen.
I have other popups that have dynamic heights, but this is the only one that has an issue.
Any smart people out there know how to fix this kind of issue?