@media in css doesnt work as expected in react with grid
in my React app i have a grid element .container
, i have style for it and media request in it
@media in css doesnt work as expected in react with grid
in my React app i have a grid element .container
, i have style for it and media request in it
@media in css doesnt work as expected in react with grid
in my React app i have a grid element .container
, i have style for it and media request in it
How to create a horizontally scrollable grid with responsive items in CSS?
I’m trying to create a horizontally scrollable container with items arranged in a grid layout. I want the items to adapt to the screen width, allowing for horizontal scrolling when there are too many items to fit on one screen. Additionally, I need to control the number of rows or the height of the container.