summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2025-07-07 21:01:13 +0200
committerjulian laplace <julescarbon@gmail.com>2025-07-07 21:01:13 +0200
commit21b0b98d988be30852254e2977c8042f23b15252 (patch)
tree99069aad0a81f6d3193e5e7b2780ac973df6500c /index.html
parentdfbd36be4341f633cb51d187d3245efbc9d500a8 (diff)
mousewheel
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
index 4058508..bce41c5 100644
--- a/index.html
+++ b/index.html
@@ -12,6 +12,7 @@
margin: 0;
padding: 0;
overflow: hidden;
+ overscroll-behavior: contain;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
@@ -80,7 +81,7 @@
#help {
position: absolute;
top: 0;
- left: 0;
+ right: 0;
height: 100%;
padding: 0.5rem;
z-index: 1;
@@ -244,6 +245,10 @@
<td>Stop all sound</td>
</tr>
<tr>
+ <td>ESC ESC</td>
+ <td>Return to home position</td>
+ </tr>
+ <tr>
<td>?</td>
<td>Show this help</td>
</tr>