Skip to content

Instantly share code, notes, and snippets.

@ingozoell
Created July 12, 2016 20:01
Show Gist options
  • Save ingozoell/12700de21e850ffa60176390bd44f70a to your computer and use it in GitHub Desktop.
Save ingozoell/12700de21e850ffa60176390bd44f70a to your computer and use it in GitHub Desktop.
Firefox Fix: .touch/.no-touch
if( navigator.userAgent.toLowerCase().indexOf('firefox') > -1 ) {
$('html').removeClass('touch');
$('html').addClass('no-touch');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment