Message: Fix copying text with emoji (#1663)
This commit is contained in:
parent
b3d0fb2d77
commit
e3d857b466
@ -44,7 +44,12 @@
|
|||||||
|
|
||||||
img {
|
img {
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
-webkit-user-select: none;
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.emoji {
|
||||||
|
-webkit-user-drag: none;
|
||||||
|
user-select: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-content {
|
.text-content {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user