For mobile menu scrolling issues, here are some common solutions you can try:
The Finsweet attributes can help control menu behavior, but there are also native Webflow solutions available. First, check your overflow settings in the menu container. Set the overflow to “Auto” or “Scroll” to enable scrolling. Also ensure your menu height is properly configured - you can set a maximum height with vh units (viewport height) to control the scrollable area.
If you’re using Finsweet attributes, verify that no conflicting attributes are preventing the default scroll behavior. You may need to adjust or remove certain attributes to restore proper scrolling functionality.
For a native Webflow solution, you can also create a scrollable menu by:
Setting a fixed height on your menu container
Adding overflow settings
Ensuring all menu items are properly contained within the scrollable area
Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.