From 2d6302e359153f33f3b8299eb6fa23737c773456 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Thu, 17 Nov 2022 10:14:30 +0100 Subject: [PATCH] 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. --- app/styles/base.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/styles/base.css b/app/styles/base.css index c2ba5e05..bf1fef95 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -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; }