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

fix: avoid viewport height for fullscreen Reveal as it may be incorrect #10879 #11462

Merged

Commits on Aug 18, 2018

  1. fix: avoid viewport height for fullscreen Reveal as it may be incorrect

    foundation#10879
    
    The CSS viewport is the larger possible view height and does not change with the visible area height. This is an intended behavior for optimization reason. See this article:
    
    See: https://nicolas-hoizey.com/2015/02/viewport-height-is-taller-than-the-visible-part-of-the-document-in-some-mobile-browsers.html
    See: foundation#10879 (comment)
    
    Closes foundation#10879
    ncoden committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    fd04798 View commit details
    Browse the repository at this point in the history