From 8715ed9e7010c83cb96a519e5569a5d0cad51bca Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Fri, 14 Oct 2022 18:13:19 +0200 Subject: [PATCH] Match touch area height with height of handle Instead of hard coding the height of this touch area we can just use its parent's height. --- 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 18b4d159..303be949 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -323,7 +323,7 @@ html { right: -35px; top: 0; width: 50px; - height: 50px; + height: 100%; } :root:not(.noVNC_touch) #noVNC_control_bar_handle div { display: none;