summaryrefslogtreecommitdiff
path: root/docs/index.css
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@figma.com>2019-05-27 03:43:49 +0300
committerRasmus Andersson <rasmus@figma.com>2019-05-27 03:43:49 +0300
commitfc5a5cdf274b2ccab820d49b8c4b7f26c5edfbec (patch)
tree06463a2e3425f85d8d6a3b1450e5f3c5a111c1fe /docs/index.css
parent2a6051f020cce3cbc0b6228fed46c3634938cfce (diff)
downloadinter-fc5a5cdf274b2ccab820d49b8c4b7f26c5edfbec.tar.xz
website: fix for touch devices
Diffstat (limited to 'docs/index.css')
-rw-r--r--docs/index.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.css b/docs/index.css
index bcac587df..e226318e1 100644
--- a/docs/index.css
+++ b/docs/index.css
@@ -162,6 +162,8 @@ h1 {
box-shadow: inset -1px -1px 0 var(--gridColor);
cursor: cell;
+ user-select: none;
+ -webkit-user-select: none;
}
/* for window width >= 1600 */
@media only screen and (min-width: 1599px) {