I'm working on a webpage that includes several customized buttons within multiple DIVs. Take a look at this example on the fiddle.
Since I have a lot of buttons, I need to find a way to add a scrollbar so users can easily navigate to the desired button. Currently, I've used an iframe in the fiddle, but I've heard that this may affect search engine optimization.
Is there a way to include a scroll bar directly within my DIV? It's not something I've seen before, but I'm hoping someone out there has some suggestions.
Thank you!