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;
|
right: -35px;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 100%;
|
||||||
}
|
}
|
||||||
:root:not(.noVNC_touch) #noVNC_control_bar_handle div {
|
:root:not(.noVNC_touch) #noVNC_control_bar_handle div {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue