lightGallery icon indicating copy to clipboard operation
lightGallery copied to clipboard

.lg-components suggest adding safe-area-inset-bottom for mobile phones above iphoneX

Open wesley0609 opened this issue 3 years ago • 0 comments

Summary

As title

Basic example

.lg-components{
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
}

Motivation

Because there is a gesture operation area below the mobile phones above iphoneX (phone with bangs), which will cause the picture text introduction area to be blocked.

wesley0609 avatar Sep 16 '21 10:09 wesley0609