Change: [Emscripten] set default scrolling mode to non-pointer-locking (#9191)

This commit is contained in:
embeddedt
2021-06-28 12:39:09 -04:00
committed by GitHub
parent 003b6a0c85
commit 883e4ea325
3 changed files with 21 additions and 28 deletions

View File

@@ -85,6 +85,8 @@
position: absolute;
width: 100%;
z-index: 2;
/* OpenTTD draws the cursor itself */
cursor: none !important;
}
</style>
</head>