I've been searching online for a solution, but so far I haven't found anything. Although, I'm pretty sure I've come across something similar to what I need before.
Essentially, I have a large table created by the user that will likely extend beyond the screen both horizontally and vertically, requiring scrolling.
However, I want to find a more visually appealing way for users to scroll (traditional scrollbars just don't look good). I was thinking of using arrow buttons like the ones shown below. Yet, I haven't been able to find any examples of this approach.
So, here are my questions:
Are there any technical reasons why I shouldn't replace the browser scrollbar with "scroll buttons"?
Is it possible to achieve this with javascript, or are there any plugins (preferably angularjs) that can replicate this functionality?