Unverified Commit 88aec30b by Braden MacDonald Committed by GitHub

Merge pull request #144 from edx-solutions/mtyaka/prevent-ios-touch-callout

Prevent context menu on option long tap in iOS.
parents 78b34357 a17cc54d
...@@ -124,6 +124,7 @@ ...@@ -124,6 +124,7 @@
outline-style: none; outline-style: none;
/* Some versions of the drag and drop library try to fiddle with this */ /* Some versions of the drag and drop library try to fiddle with this */
z-index: 10 !important; z-index: 10 !important;
-webkit-touch-callout: none;
} }
@media screen and (max-width: 480px) { @media screen and (max-width: 480px) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment