Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

webkit min-height error #50

Open
am35a opened this issue Aug 21, 2021 · 2 comments
Open

webkit min-height error #50

am35a opened this issue Aug 21, 2021 · 2 comments

Comments

@am35a
Copy link

am35a commented Aug 21, 2021

here is wrong way min-height: 100vh; for body because webkit not valid and on iPad it will count + height of submenu (tab bar)... recomendation - min-height: 100%;

@StreetStrider
Copy link

Afaik, there're engine specific keywords to workaround this:

    height: 100%;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;

@upinsmoke29
Copy link

Erase

Kirtishukla2004 added a commit to Kirtishukla2004/modern-css-reset that referenced this issue Mar 27, 2023
Kirtishukla2004 added a commit to Kirtishukla2004/modern-css-reset that referenced this issue Apr 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants