Scroll bar

Topic summary

A Shopify store owner needs to add a scrollbar to their dropdown navigation menu because it extends beyond the laptop screen, making some options invisible. When users try to scroll, the dropdown closes instead of scrolling through the menu items.

Three solutions were provided:

  • Solution 1 (BSSCommerce-B2B): Add CSS to theme.css setting max-height: 550px and overflow: scroll on .navmenu-submenu, while hiding the scrollbar visually with webkit and Firefox properties.

  • Solution 2 (BSS-TekLabs): Similar approach using max-height: 500px and overflow-y: scroll on .navmenu-submenu in base.css or theme.css.

  • Solution 3 (Edgywebsites): Modify existing .site-navigation .navmenu-submenu rule by adding max-height: 80vh and overflow: auto. Notes that Mac users won’t see scrollbars by default and recommends adding a faded effect to indicate more items exist.

Current status: Another user (Stillwater) with the Trade theme reports the solutions aren’t working for their site and is seeking additional help. The issue remains unresolved for this second user.

Summarized with AI on November 1. AI used: claude-sonnet-4-5-20250929.

BAF Motorsport

1 Like