diff options
author | embeddedt <42941056+embeddedt@users.noreply.github.com> | 2021-06-28 12:39:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-28 18:39:09 +0200 |
commit | 883e4ea325886e5cee88b34c2d9e069f12697c96 (patch) | |
tree | 09e46bbda4a0c437bfd58b416a4c3e68940cefc1 /os | |
parent | 003b6a0c85157059d0339dbfa551db7ec3b40cd9 (diff) | |
download | openttd-883e4ea325886e5cee88b34c2d9e069f12697c96.tar.xz |
Change: [Emscripten] set default scrolling mode to non-pointer-locking (#9191)
Diffstat (limited to 'os')
-rw-r--r-- | os/emscripten/shell.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/emscripten/shell.html b/os/emscripten/shell.html index 17ea5b414..af031c6df 100644 --- a/os/emscripten/shell.html +++ b/os/emscripten/shell.html @@ -85,6 +85,8 @@ position: absolute; width: 100%; z-index: 2; + /* OpenTTD draws the cursor itself */ + cursor: none !important; } </style> </head> |