I am trying to design a page where there are some tables. It seems that styling tables is much more painful than it ought to be.
The problem is the following: The ta
Seems very similar to this question. From there it seems that this should do the trick:
table { display: block; /* important */ height: 600px; overflow-y: scroll; }