Remove text selection prevention to enable pasting for Firefox users
This commit is contained in:
parent
351e7d42c9
commit
efc360e106
|
@ -11,10 +11,6 @@ body {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
/* Only allow selection on message and pair key */
|
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
transition: color 300ms;
|
transition: color 300ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue