diff --git a/app/styles/base.css b/app/styles/base.css index 1ff7f8e98..ffc2b4fe8 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -839,6 +839,13 @@ html { background-color: #313131; border-bottom-right-radius: 800px 600px; /*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 */ + user-select: none; + -webkit-user-select: none; } #noVNC_keyboardinput {