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:
Samuel Mannehed 2022-12-15 14:09:56 +01:00
parent 05baf14256
commit d8b3ec99fa
1 changed files with 1 additions and 1 deletions

View File

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