Merge pull request #1692 from workadventure-xce/fix/user-select
Disable user selection of UI elements
This commit is contained in:
commit
b5778c386f
@ -67,6 +67,7 @@
|
|||||||
.messagePart {
|
.messagePart {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
user-select: text;
|
||||||
|
|
||||||
span.date {
|
span.date {
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
|
@ -1066,6 +1066,7 @@ div.action.danger p.action-body{
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
& > div {
|
& > div {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
Reference in New Issue
Block a user