Skip to content

Commit

Permalink
fix(input): Keyboard won't mask focused inputs anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed May 20, 2017
1 parent 121a5f3 commit e55717a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/mobile-input/mobile-input.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
mobile-input{

.input-cover {
position: static;
}

.selectable {
-webkit-user-select: text;
-moz-user-select: text;
Expand Down

0 comments on commit e55717a

Please sign in to comment.