#home-cat { display: flex; flex-wrap: nowrap; flex-direction: row; overflow-x: auto; }
You can add class like "nice-scroll" to home-cat box that will fix scrolls
#home-cat { flex-wrap: nowrap; overflow-x: auto; }