From 54d26560e57326738b7baa9b501a5b0b6384a8ee Mon Sep 17 00:00:00 2001 From: CodeKevin Date: Sat, 6 Feb 2016 21:05:52 -0500 Subject: [PATCH] Fixing selection in challenge modal --- CTFd/templates/chals.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CTFd/templates/chals.html b/CTFd/templates/chals.html index 0f30b89..b3aa266 100644 --- a/CTFd/templates/chals.html +++ b/CTFd/templates/chals.html @@ -61,12 +61,6 @@ padding: 2em; margin: 0 auto; text-align: center; - -webkit-touch-callout: none; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; } .button-wrap {