From d8b3ec99fa64766bcbc8787cc07442dfcabe1170 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Thu, 15 Dec 2022 14:09:56 +0100 Subject: [PATCH] Use "initial" for displaying handle touch area Our intentions are clearer if we set "display" to "initial" rather than "unset" when we want to enable the touch area for the control bar handle. --- app/styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/base.css b/app/styles/base.css index 1c184151..69076cc9 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -330,7 +330,7 @@ html { } @media (any-pointer: coarse) { #noVNC_control_bar_handle div { - display: unset; + display: initial; } } .noVNC_right #noVNC_control_bar_handle div {