Home › Forums › Support › Menu not scrollable This topic has 5 replies, 2 voices, and was last updated 1 year, 5 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts December 20, 2020 at 11:58 pm #1588776 Johanna Hi, in my header menu the long submenu is on smaller screens (desktop) not scrollable. So it is not possible to scroll to the end of the menu. Where is the problem? Thanks. Elena December 21, 2020 at 6:24 am #1589181 DavidStaff Customer Support Hi there, the user should still be able to scroll the screen when long menus go past the bottom of the viewport. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ January 7, 2021 at 7:12 am #1609643 Johanna Hi, the menu is still not scrollable for me. Thanks. lg Elena January 7, 2021 at 2:59 pm #1610146 DavidStaff Customer Support Tricky one this, you can try this CSS – it will make it so submenus become scrollable if they are too large to fit on the screen: #sticky-navigation ul ul ul { max-height: calc(100vh - 360px); overflow-y: scroll !important; } You may need to increase the 360px value. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ January 11, 2021 at 11:40 pm #1615258 Johanna Hi, thanks. It works! lg Elena January 12, 2021 at 2:50 am #1615419 DavidStaff Customer Support Awesome – glad to hear that! Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In