mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix: prevent selecting .visually-hidden
elements (#3501)
This commit is contained in:
parent
23030a15f2
commit
81108bf580
2 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,7 @@
|
|||
overflow: hidden;
|
||||
clip: rect(1px, 1px, 1px, 1px);
|
||||
white-space: nowrap; /* added line */
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.LoadingMessage {
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
overflow: hidden;
|
||||
clip: rect(1px, 1px, 1px, 1px);
|
||||
white-space: nowrap; /* added line */
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.LoadingMessage {
|
||||
|
|
Loading…
Add table
Reference in a new issue