iiHiki LN25
KPCKevin Powell - Community
•Created by iiHiki LN25 on 10/5/2024 in #front-end
How to Enable Responsive Horizontal Scrolling for Flex Items in CSS?
I'm trying to create a responsive horizontal scrolling effect for a set of .package items using Flexbox in CSS. When there are more items than can fit on the screen, I want the overflow items to be accessible via horizontal scroll. This should be responsive based on the user's screen width.
However, I'm encountering issues when the screen width is smaller than 1200px. The items either overflow without enabling scroll, or they don't display as intended.
html code
css code
11 replies