From 606e0e23de6956c7cece72464759700cb59431ba Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Wed, 3 Jun 2015 15:42:34 +0200 Subject: [PATCH] Disabled selection --- static/css/prototype.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/prototype.css b/static/css/prototype.css index 6f4631a..0c07f03 100644 --- a/static/css/prototype.css +++ b/static/css/prototype.css @@ -1,5 +1,10 @@ body { overflow: hidden; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select:none; + user-select:none; + -o-user-select:none; } html, body {