In EasySocial's content comment box it's very easy for content to float through the comment box as seen here:
You can see this when logged in when viewing this page:
http://www.alpineascent.com/staff
Fortunately this is a really easy fix. Simply apply a clear both which instantly fixes the problem:
body div#fd.es .es-comments-form:after {
clear: both;
}
Because this scenario could easily come up again for other ES users, I suggest adding the clear both to the core considering that it prevents floating objects from passing the form.