diff options
| author | geireann <60007097+geireann@users.noreply.github.com> | 2020-06-16 01:35:34 +0800 |
|---|---|---|
| committer | geireann <60007097+geireann@users.noreply.github.com> | 2020-06-16 01:35:34 +0800 |
| commit | e9fec777255051c579cd5468b4f0ff735a6e06ab (patch) | |
| tree | 14e32b72e560fbfabc667f3c1378c49ea012a26d /src/mobile/MobileInterface.scss | |
| parent | 87aa11c70be1ae0270c69adc0c1e0219f79ce820 (diff) | |
| parent | 3dab85351e1fe862a54294cec70e7139abea0d7d (diff) | |
Merge branch 'mobile_revision_direct' of https://github.com/browngraphicslab/Dash-Web into mobile_revision_direct
Diffstat (limited to 'src/mobile/MobileInterface.scss')
| -rw-r--r-- | src/mobile/MobileInterface.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mobile/MobileInterface.scss b/src/mobile/MobileInterface.scss index f75e60a37..215ce02e5 100644 --- a/src/mobile/MobileInterface.scss +++ b/src/mobile/MobileInterface.scss @@ -17,6 +17,14 @@ position: relative; touch-action: none; width: 100%; + + -webkit-touch-callout:none; + -webkit-user-select:none; + -khtml-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + -webkit-tap-highlight-color:rgba(0,0,0,0); } .mobileInterface-background { |
