Reputation: 35
I'm not quite familiar with neither css nor jquery mobile.
Not sure whether I'm in a right direction but that closest I've got so far is to manage to stick the popup at the top of the page by assigning bottom: 0px; to .ui-popup-container
But this outer wrapper has inline style that overwrite the top position therefore I couldn't stick it to bottom.
{
max-width: 432px;
top: 272px;
left: 125px;
}
Anyone can shed some lights for me?
Thanks.
Upvotes: 2
Views: 5066