Skip to content

Scrollable content could end behind nav bars on mobile devices #4674

@DKudleichuk

Description

@DKudleichuk

Description

The current script does not calculate the viewport height correctly on Phones.
Please update following

https://github.com/alvarotrigo/fullPage.js/blob/master/src/css/fullpage.css#L247-L249

from

body:not(.fp-responsive) .fp-overflow{
    max-height: 100vh;
}

to

body:not(.fp-responsive) .fp-overflow{
    max-height: 100vh;
    max-height: 100dvh; /* fix for new browsers */
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions