Does this forum class really need the overflow line as all it does is show the scrollbar holders within a post.
.forum_post_text {
display: table-cell;
width: 90%;
padding: 6px 12px;
vertical-align: top;
overflow: scroll;
}
PS the title field for this forum is below the text box.
updated by @garymoncrieff: 02/12/15 01:08:06AM