summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2022-10-14 18:13:19 +0200
committerSamuel Mannehed <samuel@cendio.se>2022-10-14 18:13:19 +0200
commit8715ed9e7010c83cb96a519e5569a5d0cad51bca (patch)
tree2a4bf031fe3a62d23d8cf97726a3a1c1154483c9
parentf0c3af3c67061211bd31448ea2f7982cfd4676dd (diff)
downloadnovnc-8715ed9e7010c83cb96a519e5569a5d0cad51bca.tar.gz
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.
-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 18b4d15..303be94 100644
--- a/app/styles/base.css
+++ b/app/styles/base.css
@@ -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;