Normally a scrollbar is positioned like this:
________________________________________ | | | | content | scro
You can do it with a transparent border. But you need to set background-clip: padding-box; or it won't work.
background-clip: padding-box;
Example: http://jsfiddle.net/6KprJ/1/