It's facebook chat popup, add the following rule to templates/mobile_iphone/css/custom.css
#jfbcchat_base{display:none}
to hide it at all, or
#jfbcchat_base{min-height:auto !important}
to display it correctly (but I'm not sure that it works correctly on mobile)