To enable scrolling in the navbar on your Webflow site so that all navigation links are visible on mobile, you can follow these steps:
1. Select the navbar element you want to enable scrolling for.
2. In the Styles panel, click on the gear icon next to the Navbar class to access the Navbar settings.
3. In the Navbar settings, make sure the Navbar is set to "position: fixed" under the Position dropdown.
4. Scroll down to the Settings section and enable the "Overflow" option.
5. Choose the "Overflow: visible" option to allow the navigation links to be visible outside the navbar container.
6. Next, select the menu (when the navbar is in mobile view) and go to its Settings.
7. In the Navbar Mobile menu settings, enable the "Overflow" option as well.
8. Again, choose the "Overflow: visible" option to allow the menu items to be visible outside the mobile menu container.
9. Save and publish your site to see the changes.
By enabling the overflow property and setting it to visible, you allow the content of the navbar and mobile menu to extend outside their containers, making all navigation links visible on mobile screens. Users can scroll horizontally to access additional menu items that couldn't fit within the available space.