Skip to content

Commit

Permalink
Tone down comment about user-select on container
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
samhed committed Nov 17, 2022
1 parent fc5bb6d commit 2d6302e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 2d6302e

Please sign in to comment.