You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it looks like the popups are always taking up the full height of the screen on mobile devices, with their content aligned to the top.
I know (because of #603) that I can specify a top margin, and I can even make it relative to the height of the device using calc(100vh - PIXELS) but I was wondering if there is a way to make the margin dynamically always match the height of the pop up content so i don't have to constantly change the hardcoded pixel value whenever I modify my popup by adding/removing items
The text was updated successfully, but these errors were encountered:
So it looks like the popups are always taking up the full height of the screen on mobile devices, with their content aligned to the top.
I know (because of #603) that I can specify a top margin, and I can even make it relative to the height of the device using
calc(100vh - PIXELS)
but I was wondering if there is a way to make the margin dynamically always match the height of the pop up content so i don't have to constantly change the hardcoded pixel value whenever I modify my popup by adding/removing itemsThe text was updated successfully, but these errors were encountered: