i have scrollbars using the jScrollPane plugin for jQuery. the scrollbar works, all content is with ajax, so for every 'page' load, i add the re-initialization of the scrollbars but when content is shorter than the page, the scrollbars are not visible.
this results in 10px extra space for the content, and that is annoying with items using 100% of the available space.
anyone an idea how to make the scrollbars visible even when content is not available? or an alternative css way to reserve the space is also fine.
thanks