Navigation Menu Scroll Bar?
-
Hello,
I need some help. I have a long sub-menu under my primary navigation menu. Is there a way to have the sub-menu create a scroll bar so all items are visible? I was playing with adding custom css:
.submenu {
height: 100px;
overflow: scroll;
}Where .submenu is the class of the menu that gets too long, but even when it seemed like I’d pulled the right class from the existing css, it didn’t add a scroll bar when I published and re-loaded my site.
Thanks for the help!
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Navigation Menu Scroll Bar?’ is closed to new replies.