Skip to content

Instantly share code, notes, and snippets.

@gjrevans
Created August 11, 2017 17:57
Show Gist options
  • Save gjrevans/293fbada2abf0fe9322fabc05b2c7cad to your computer and use it in GitHub Desktop.
Save gjrevans/293fbada2abf0fe9322fabc05b2c7cad to your computer and use it in GitHub Desktop.
/* 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