I have a div width set so that the text is the width I want it onscreen. The problem is that when 'overflow:auto' kicks in for long text, the vertical scrollbar on the right pushes in the right text edge.
Is there an easy CSS trick to keep the same text width and push the scrollbar to the right, "outside" the text box? My text div is in a container div, so I can work with that.