summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>