mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 15:26:17 -04:00
Remove text selection prevention to enable pasting for Firefox users
This commit is contained in:
parent
351e7d42c9
commit
efc360e106
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue