Skip to content

Instantly share code, notes, and snippets.

@thotbox
Created July 28, 2014 15:12
Show Gist options
  • Select an option

  • Save thotbox/ea70b2f4a7ecbaa4a01d to your computer and use it in GitHub Desktop.

Select an option

Save thotbox/ea70b2f4a7ecbaa4a01d to your computer and use it in GitHub Desktop.
CSS: Facebook Iframe Scroll Hack
#focus-field {
position: absolute;
height: 0!important;
width: 0!important;
margin-top: -500px;
z-index: -999;
}
#focus-field.sub-focus {
margin-top: 500px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment