Hi,
I have 9 main navigation items and submenus for each item. When viewed on mobile, the list becomes too long and gets cut off. How do I set up the mobile menu so that you can scroll down to the end of the list?
Thanks!
#aside-menu {
overflow: scroll;
}