I am using the jScrollPane plugin and I want to add a border to the PaneTrack. When I add the border in the css the bottom border of the PaneTrack doesn't show. It seems that the top border pushes the PaneTrack down one pixel and the bottom of the PaneTrack is no longer visible.
Here is an example I set up. http://www.fivefifteen.net/jscrollpane.html I have set up the example duplicating the pane 3 example from the plugin author's page - http://www.kelvinluck.com/assets/jquery/jScrollPane/basic.html I have only added the border in the .jScrollPaneTrack class style. Does anyone know a way to get a border around the pane track without losing the bottom? Thanks.