I'm a bit confused about something: on the website for the Polymer Project, they have tabs that can scroll horizontally if there are too many. I want to create a similar effect, but I'm struggling to find a way to prevent the tab <div>
elements from wrapping while also enabling scrolling. It seems like JavaScript will be necessary for this task. Is it possible to implement a custom scrollbar instead?
How can I achieve this without using jQuery? That would be the preferred solution.