Superfly overflow-y scroll

Hi there,

I’m struggling to figure out a way to add a scroll bar to the superfly menu at the side of my side as the scroll-wheel scroll is unreliable and seems to only want to work on Firefox. Do you guys happen to have any ideas for this please?

Also, there seems to be a hard limit of 18 top level items built in? Is there a way to bypass this limit?

Thanks,
Kind regards,

Hello @Keanu,

Thanks for writing in! I have checked your site and I can see that you have added this custom CSS:

/* Superfly */
.superfly-on #sfm-sidebar .sfm-view-level-custom {
    overflow-y: scroll !important;
}

Please remove this code. Let the default Superfly menu design styling to display. The scroll will not be displayed and yet the scrolling is allowed with no limit. You can scroll to the button of the menu.

If you want to shorten your menu item, please set up a multilevel menu instead. For more details, please check this out:

Hope this helps.

Hi @ruenel ,

I added that code as an attempt to fix, but forgot to remove it. Though, It seems that removing the code may have potentially fixed the issue, which is annoying lol!

I’ll have a think and see if there’s a way for me to shrink the menu down a bit but I’m not entirely sure if it’s possible due to the nature of the site. The nav-menus.php slowed to a crawl when I was trying to setup all of the sub levels, even on multiple browsers, so i’ve had to go about it all a different way.

Please consider this issue solved for the moment. I’ll report back if it decides to stop working again!

Thanks,
Kind regards,

Happy to hear that, @Keanu!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.