Archived topic
Scrolling continues past the end of short pages creating dead whitespace
4 replies · Started by Victor on December 7, 2017
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!)
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!
Thank you, Tom! Great support.
Glad I could help. Thanks for reporting the issue! :)
2.0.1 was just released which fixes this.
Thank you!