Jump to content

eberlin

Circle Member
  • Posts

    4
  • Joined

  • Last visited

Reputation Activity

  1. Like
    eberlin got a reaction from tuanphan in Lightbox Form not scrolling on mobile (iOS in particular)   
    Thank you for the code which works very well on an iPhone.
    However, it needs a tweak to work on iPads. I found this worked:
    increase max-width to 2732px (for 12.9 inch iPads) and padding-bottom to 450px.  
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,user-scalable=0"/>
    <style>
    @media screen and (max-width:2732px) {
    .sqs-modal-lightbox-content .lightbox-inner .lightbox-content {
       padding-bottom: 450px !important;
      }
    }
    </style>
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.