I'd like to have the scrollbar place over the content instead of forcing a gutter beside it.
In the attached image you can see what it currently does with the red scroll bar...it creates a vertical gutter that pushes the content to the side.
But what I want to do is what's on the bottom...have the scrollbar positioned over the content.
I've tried absolutely positioning .jspVerticalBar
but I haven't been able to get rid of the gutter.
EDIT: Here's the jsFiddle of the problem: http://jsfiddle.net/8Mebt/3/ -- As you can see, there's still a gap on the far right and the "selected" state of the item doesn't extend all the way over as I want it to.