Reputation: 65143
Now, if the background weren't textured I could do some CSS trickery with padding / margins and such.
When you do a scrollable div (which is what I'm doing now) like this:
overflow: auto;
height: 80%;
the scrollbar appears on the inside of the div that is being scrolled
Here is a mock up of what I'm trying to do:
Upvotes: 7
Views: 12623