CSS – Disable Mobile Webkit Highlights
The Source Code to copy/paste:
body { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
CSS – Disable Mobile Webkit Highlights
The Source Code to copy/paste:
body { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
Copyright notice: any total or partial reproduction of the content is forbidden without previous authorisation by the Author. Copyright ©2013-2024, all rights reserved.
Comments are closed.