Search code examples
htmlcssscrollbarcarousel

Responsive carousel with a custom horizontal scrollbar


I need to create carousel with a custom horizontal scrollbar Existing solutions suggests carousels with arrow/dots navigation Maybe anyone faced such a problem and can suggest some solution


Solution

  • If you just need an carousel with scroll, you can make a carousel manually and use the property overflow-x: scroll.

    I made an example, see if is something like that.

    Here's the code: https://codepen.io/jvitorfrancisco/pen/BaQdKLG