Merge pull request #2379 from cmgustavo/bug/text-selection-02

Important fix: paste into input and textareas
This commit is contained in:
Matias Pando 2015-02-02 16:07:09 -03:00
commit 846118fe85
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}