I am attempting to achieve a scenario where a DIV has internal scroll bars and rounded corners. My first attempted resulted in this:
The right hand corners become square, on account of the scroll bars.
Next, I added an internal div with some top and bottom padding, in order to push the scrollbars down and maintain the counted corders. That came out like this:
I'd like a hybrid where the scroll bars are the full length of the div but don't make the corners square. Is this possible?