WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

230

A non-wrapped table is restricted, and CSS is limited with them.

More information .

A non-wrapped table is restricted, and CSS is limited with them. More information [here](https://stackoverflow.com/questions/8232713/how-to-display-scroll-bar-onto-a-html-table).

(post is archived)

[–] [Sticky] 1 pt

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.

[–] 0 pt

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.