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
Allow popups that are fixed to the bottom to remain fixed to the bottom of the viewport on mobile even when the browser's bottom toolbar disappears (when scrolling down).
Temporary fix
@media (max-width:640px) {
#popmake-15.pum-container { /* Change to your popup's ID */bottom:0!important;
margin-bottom:0!important;
max-height:500px; /* Change to your height */top: auto !important;
}
}
I assume the goal is to override the built in positioning, which always positions from the top of the screen?
Couple of thoughts:
Does it still work without the popup being a fixed height?
Could we somehow in JavaScript detect an event related to that browser bar hiding, and trigger a reposition of the popup, thus negating needs for hackish fixes?
Describe the feature request
Allow popups that are fixed to the bottom to remain fixed to the bottom of the viewport on mobile even when the browser's bottom toolbar disappears (when scrolling down).
Temporary fix
Use case
See the OP on .org.
https://wordpress.org/support/topic/scrolling-on-mobile-6/
Example screenshots (if any)
Screencast: https://share.wppopupmaker.com/mXuPBLZq
The text was updated successfully, but these errors were encountered: