Reputation: 3
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
Upvotes: 0
Views: 4322
Reputation: 24
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
Upvotes: 0