Topic: Use scrollbars in search results as posts

When you use the search feature and "Show results as: Posts", bigger posts will be just cut off (because of overflow:hidden or something). It would be nice if there was a scrollbar to be able to scroll through the post. For me, this worked:

DIV.searchposts .postmsg {OVERFLOW: auto}