horizontal-scroll-wrapper) with overflow-x: auto, and nest a flex horizontal content div (horizontal-scroll-content) inside it. overflow-x: auto. To create a horizontal scrolling section in Webflow that activates on hover or swipe, while still allowing vertical scroll to pass through, you'll use a combination of layout styling and overflow control.
horizontal-scroll-wrapper).horizontal-scroll-content).horizontal-scroll-content div in a horizontal flex layout.
horizontal-scroll-wrapper and apply the following styles:100%.400px).auto.hidden.x mandatory.
horizontal-scroll-content:Flex with Direction: Horizontal.
horizontal-scroll-wrapper.::-webkit-scrollbar if exporting code. Webflow does not yet support this natively.
overflow-x: auto, so no extra setup is required.
while scrolling in view.scroll-snap-type, apply it only in the X axis and don't apply vertical snap, which could hijack page scroll.
Create a horizontal scroll section by using a div with horizontal flex layout inside a wrapper with overflow-x: auto. On desktop, the scroll activates on hover; on mobile, users can swipe naturally. Vertical scrolling is preserved by ensuring no scroll-hijacking interactions or positioning restrict vertical movement.