My online store is powered by Magento.
One issue I am encountering is with the default horizontal scroll bar in the admin grids. It becomes difficult to use when the number of rows extends beyond the visible page in the browser.
For instance, when I go to "Manage Products" in the admin backend, the horizontal scroll bar only appears after scrolling all the way to the bottom of the page.
I would like to be able to scroll horizontally from the top row to view product attributes that are located further to the right and currently out of view.
I came across a jQuery solution at this link: http://jsfiddle.net/cowboy/45rEs/show/
However, I am not sure how to implement this solution on my store. The provided URL demonstrates how the horizontal scroll bar appears wherever there is horizontal overflow.