Tone down comment about user-select on container

The issue with the selection prior to the fix can't be reproduced to
the same degree. It may have been some other bug that caused interaction
with the remote to be blocked.
This commit is contained in:
Samuel Mannehed 2022-11-17 10:14:30 +01:00
parent fc5bb6dab6
commit 2d6302e359
1 changed files with 2 additions and 3 deletions

View File

@ -848,9 +848,8 @@ html {
/*border-top-left-radius: 800px 600px;*/
/* If selection isn't disabled, long-pressing stuff in the sidebar
can accidentally select the container or the canvas. This in turn,
results in a broken state where the user can't interact with the
remote */
can accidentally select the container or the canvas. This can
happen when attempting to move the handle. */
user-select: none;
-webkit-user-select: none;
}