Merge pull request #1692 from workadventure-xce/fix/user-select

Disable user selection of UI elements
This commit is contained in:
David Négrier 2022-01-04 08:55:21 +01:00 committed by GitHub
commit b5778c386f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -67,6 +67,7 @@
.messagePart {
flex-grow: 1;
max-width: 100%;
user-select: text;
span.date {
font-size: 80%;

View file

@ -1066,6 +1066,7 @@ div.action.danger p.action-body{
width: 100%;
height: 100%;
pointer-events: none;
user-select: none;
& > div {
position: relative;