• michael1171

    (@michael1171)


    I found most of the times a very ugly ~1px gap at the bottom of the screen on mobile devices. Not sure whether it is there on the desktop too (if yes then maybe not that obvious because the browser window is usually bright anyway)

    I added the following to my CSS code to get rid of that gap:

    swipebox-overlay { overflow-y: auto; }

    The gap is gone. I’m not aware of any negative side effects yet.

    https://wordpress.org/plugins/responsive-lightbox/

  • The topic ‘Small gap on the bottom of the screen (on mobile devices)’ is closed to new replies.