flamingos, 1 year ago Checking if the user is using Firefox is pretty easy: <span style="color:#323232;">CSS.supports('(-moz-user-input: none)') // only returns true in FF </span>
Checking if the user is using Firefox is pretty easy:
<span style="color:#323232;">CSS.supports('(-moz-user-input: none)') // only returns true in FF </span>