From 883e4ea325886e5cee88b34c2d9e069f12697c96 Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Mon, 28 Jun 2021 12:39:09 -0400 Subject: Change: [Emscripten] set default scrolling mode to non-pointer-locking (#9191) --- os/emscripten/shell.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os/emscripten/shell.html') 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; } -- cgit v1.2.3-54-g00ecf