Home › Forums › Support › Navigation block – scroll bar This topic has 3 replies, 2 voices, and was last updated 2 years, 3 months ago by Fernando. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 27, 2022 at 3:58 pm #2266342 ammgbr Hello, I could not find a css that works in giving the submenus created in the navigation block to have a scroll bar. As it stands some fo my submenus are long giving a bad user interface. June 27, 2022 at 5:25 pm #2266362 Fernando Customer Support Hello there, If that’s the case, you can alter the previous code I provided here: https://generatepress.com/forums/topic/navigation-block-css-styling/#post-2265296 Into something like this: ul.wp-block-navigation__submenu-container { height: 100px !important; overflow-y: scroll !important; border: solid 1px rgba(0,0,0,.15) !important; border-radius: 10px; } Kindly let us know how it goes! June 30, 2022 at 4:03 pm #2269732 ammgbr Many thanks the css works fine – had to remove it temporarily just trying some other styling. I notice than on hovering the submenu category font get bigger as if the word zooms in – is there to stop that? June 30, 2022 at 6:30 pm #2269777 Fernando Customer Support In Simple CSS, you have this code: .wp-block-navigation .wp-block-navigation-item__content:hover { font-size: 18px; color: #000; background-color: #ffeedc; } Try removing font-size:18px; Hope this helps! Kindly let us know how it goes. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In