From d963fdf02c99eea2e73ad3388676d6d1e1210491 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 7 Mar 2014 09:22:31 +0000 Subject: [PATCH] Allow Chrome to "select things", drop Android workarounds right now --- public/css/icinga/defaults.less | 9 --------- 1 file changed, 9 deletions(-) diff --git a/public/css/icinga/defaults.less b/public/css/icinga/defaults.less index 2b7eaa269..d59f67879 100644 --- a/public/css/icinga/defaults.less +++ b/public/css/icinga/defaults.less @@ -4,15 +4,6 @@ font-size: 100%; } -body { - /* Android fixed bullshit */ - -webkit-user-select:none; - -webkit-touch-callout:none; - -webkit-tap-highlight-color: rgba(0,0,0,0); - overflow-y: visible !important; - /* end of bullshit */ -} - html, body { height: 100%; }