From fc5a5cdf274b2ccab820d49b8c4b7f26c5edfbec Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sun, 26 May 2019 17:43:49 -0700 Subject: [PATCH] website: fix for touch devices --- docs/index.css | 2 ++ 1 file changed, 2 insertions(+) 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) {