• Resolved qwik3r

    (@qwik3r)


    I’m testing out the “left bottom notice” theme pop up on mobile with the ‘cutting edge’ preset and setting the width to 300px with auto height. When I scroll in mobile safari on ios 15 (iphone 13) it appears to create a gap. It’s affixed to the bottom when the safari bar is set to the bottom but as you scroll the bar collapses and it seems like the item doesn’t moe down like it should, instead it ‘floats’ in space where the bar was. Is there anyway to fix this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support mark l chaves

    (@mlchaves)

    Hey @qwik3r,

    We’ll need to reproduce the issue to see what’s going on.

    Please bear with us. We’ll keep you posted once we find out anything.

    Thanks so much!

    Plugin Support mark l chaves

    (@mlchaves)

    Hi @qwik3r,

    Thanks so much for your patience.

    We can see that happening too. We’ll post an enhancement request for that.

    In the meantime, you can use custom CSS such as this.

    
    @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;
        }
      }
    
    

    You might need to make that popup a fixed height. But, give it a try first and as always feel free to tweak that to meet your needs.

    Have a great day ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Scrolling on mobile’ is closed to new replies.