Created
July 28, 2014 15:12
-
-
Save thotbox/ea70b2f4a7ecbaa4a01d to your computer and use it in GitHub Desktop.
CSS: Facebook Iframe Scroll Hack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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