diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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> |
