From 398b8f8dc77d02947b158bdb3aca2d82f6595d6a Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Sat, 31 Jan 2015 20:30:33 -0300 Subject: [PATCH] Important: fix copy to input and textareas --- css/src/mobile.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/src/mobile.css b/css/src/mobile.css index a8ad1a489..ed39807ca 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -7,7 +7,7 @@ @media (max-width: 1024px) { /* disabling text selection */ - * { + body { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; @@ -163,7 +163,7 @@ } .status { - bottom: 66px; + bottom: 65px; left: 0; }