Scrolling issues on smaller screens, like a 13" Mac, in Webflow dropdowns can cause certain list items to be inaccessible. Here’s how to address this problem.
1. Adjust Dropdown Max-Height
- Select the dropdown list in the Designer.
- In the Style panel, find the Max Height setting.
- Set a specific value for Max Height, such as 300px. This will ensure the dropdown can scroll within its container.
2. Enable Overflow Scrolling
- With the dropdown list selected, go to the Overflow settings in the Style panel.
- Set Overflow to Scroll. This allows the list to scroll if the content exceeds the max height.
3. Review Interactions
- Check any interactions applied on the dropdown that might affect its display.
- Ensure Open and Close interactions do not inadvertently hide or truncate content.
4. Test on Multiple Devices
- Use Webflow’s preview mode and test on different screen sizes, especially a 13" display.
- Refine settings as necessary to maintain list accessibility across devices.
Summary
By setting a Max Height and enabling Overflow to Scroll, you ensure your dropdown list remains fully accessible on smaller screens like a 13" Mac. Always verify changes on various devices to ensure consistent user experience.