I came across this link
The layout works fine when the elements are limited in the #commentWrapper, but adding more items pushes everything downwards. Copying additional <li>test</li>
items clearly demonstrates the issue.
I want the input box to stay at the bottom like it is now and switch to "overflow-x:auto" mode when the list becomes too long. Adding a fixed height disrupts the fluidity of the design, so any suggestions on CSS or HTML solutions would be appreciated. Should I consider using JavaScript for this? I do have jQuery available if needed.