Here’s some code that will do pretty much what you wanted:
body #postcontent {
position: relative;
height: 40em;
overflow: auto;
}
Change the height value to your convenience.
Here’s some code that will do pretty much what you wanted:
`body #postcontent {
position: relative;
height: 40em;
overflow: auto;
}`
Change the height value to your convenience.
You're right, thanks.
I could do the same for the side bar, but doing it for the entire sidebar just because of one table in it is not worth it.
But I am satisfied with the current solution of the table in the side bar.
You're right, thanks.
I could do the same for the side bar, but doing it for the entire sidebar just because of one table in it is not worth it.
But I am satisfied with the current solution of the table in the side bar.
(post is archived)