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.
This commit is contained in:
parent
05baf14256
commit
d8b3ec99fa
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue