Last active
January 24, 2018 18:05
-
-
Save ThatGuySam/fe171f65cf48e97a2ac259eed09e0e87 to your computer and use it in GitHub Desktop.
Hide Facebook Customer Chat Plugin
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
.fb_dialog, | |
.fb_dialog.fb_dialog_advanced.fb_shrink_active, | |
.fb_iframe_widget iframe, | |
.fb_dialog_content iframe { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment