Created
August 11, 2017 17:57
-
-
Save gjrevans/293fbada2abf0fe9322fabc05b2c7cad to your computer and use it in GitHub Desktop.
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
/* Intercom Fix */ | |
/* If you're here for the fix, you can ignore this file, this is for my own personal implementation */ | |
@media (max-width: 767px) { | |
#intercom-container iframe.intercom-launcher-frame { | |
bottom: 4rem !important; | |
right: 1rem !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment