From 12c6435839c7071ed6a1b8040f4379aa6982b20d Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Fri, 16 Nov 2018 15:58:23 +0200 Subject: [PATCH] user-select prefixes added --- src/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.html b/src/index.html index f82df16b4..e67fabd40 100755 --- a/src/index.html +++ b/src/index.html @@ -90,6 +90,9 @@ padding: 0px; border: none; list-style: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; user-select: none; box-sizing: border-box; text-decoration: none;