[Resolved] Scrolling continues past the end of short pages creating dead whitespace

Home Forums Support [Resolved] Scrolling continues past the end of short pages creating dead whitespace

Home Forums Support Scrolling continues past the end of short pages creating dead whitespace

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #443638
    Wige T.

    Hi,

    After updating to 2.0 it’s all of a sudden possible to scroll past the end of some pages (e.g. the index page) creating a lot of dead space.

    It doesn’t seem to affect pages after a certain length.

    It makes the site look quite unprofessional at the moment. Please help!

    (And please don’t mention the site name / full URL publicly in replies, thanks!)

    #443666
    Tom
    Lead Developer
    Lead Developer

    Interesting. In 2.0 we use pure CSS for the sub-menu items, and we don’t fully display:none them for accessibility reasons.

    Your sub-menus have a ton of items which go down really far, causing the vertical scroll.

    Try adding this CSS:

    nav ul li:not(:hover) > ul {
        overflow: hidden;
    }

    I’ll get this fixed in 2.0.1.

    Thanks!

    #443672
    Wige T.

    Thank you, Tom! Great support.

    #443675
    Tom
    Lead Developer
    Lead Developer

    Glad I could help. Thanks for reporting the issue! 🙂

    #449653
    Tom
    Lead Developer
    Lead Developer

    2.0.1 was just released which fixes this.

    Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.