summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2022-12-15 14:09:56 +0100
committerSamuel Mannehed <samuel@cendio.se>2022-12-15 14:09:56 +0100
commitd8b3ec99fa64766bcbc8787cc07442dfcabe1170 (patch)
tree8f4de5075d2c63d584d2e3115352f4f80591f44c
parent05baf14256a4640e15cda63cc2ac576f44482775 (diff)
downloadnovnc-d8b3ec99fa64766bcbc8787cc07442dfcabe1170.tar.gz
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.
-rw-r--r--app/styles/base.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/styles/base.css b/app/styles/base.css
index 1c18415..69076cc 100644
--- a/app/styles/base.css
+++ b/app/styles/base.css
@@ -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 {