Easy
I have a container that contains a list of icons displayed horizontally, the number of icons is variable, and if it is too high, I know that it can exceed the size of my screen. What should I do to optimize scroll management?
Edit
5
Community EvaluationsNo one has reviewed this question yet, be the first!
2
What is the role of the `container` class in Tailwind CSS?2
How to make an element blurry in Tailwind CSS5
What is the name of the Tailwind CSS SVG icon library?2
Override the media queries defined by default by Tailwind2
How to set a background color with an opacity in Tailwind CSS2
How to define a width of 100% in Tailwind CSS?3
How to align 3 divs horizontally in Tailwind CSS