From e55717a26d523f33d4f90a1b203663ddf97e3e86 Mon Sep 17 00:00:00 2001 From: Mathieu Nayrolles Date: Sat, 20 May 2017 19:18:19 -0400 Subject: [PATCH] fix(input): Keyboard won't mask focused inputs anymore --- src/components/mobile-input/mobile-input.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/mobile-input/mobile-input.scss b/src/components/mobile-input/mobile-input.scss index aab2fe3..2dc17cb 100755 --- a/src/components/mobile-input/mobile-input.scss +++ b/src/components/mobile-input/mobile-input.scss @@ -1,5 +1,9 @@ mobile-input{ + .input-cover { + position: static; + } + .selectable { -webkit-user-select: text; -moz-user-select: text;