Facebook Social Plugins Overflow Bug

encountered a weird bug that was causing overflow on the body element in Firefox and Opera. I found the culprit in Faceb

I encountered a weird bug that was causing overflow on the body element in Firefox and Opera. I found the culprit in Facebook's <div id="fb-root"></div>. The fix was easy enough, just apply display: none; to the element. After I found the cause and fix, I found this discussion on Facebook's Developers Forums. I hope this information saves you some time.