fix: prevent selecting .visually-hidden elements (#3501)

This commit is contained in:
David Luzar 2021-04-26 00:03:53 +02:00 committed by GitHub
parent 23030a15f2
commit 81108bf580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,7 @@
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
white-space: nowrap; /* added line */
user-select: none;
}
.LoadingMessage {

View File

@ -5,6 +5,7 @@
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
white-space: nowrap; /* added line */
user-select: none;
}
.LoadingMessage {