Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wesley0609 opened this issue Sep 16, 2021 · 0 comments

Comments

@wesley0609
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants