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.
This commit is contained in:
Samuel Mannehed 2022-10-14 18:13:19 +02:00
parent f0c3af3c67
commit 8715ed9e70
1 changed files with 1 additions and 1 deletions

View File

@ -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;