Search Divi Gallery Extended Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

Disable body scroll when lightbox is active.

When viewing an image on a mobile, enlarging the image causes the page to scroll unexpectedly

To prevent this behavior, add the following CSS code in Divi Theme Options under Custom CSS:

body.mfp-zoom-out-cur
 { 
overflow: hidden;
 }

Table of Contents