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:
parent
f0c3af3c67
commit
8715ed9e70
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue