Fix mouse mode cursor

This commit is contained in:
Will Scullin 2022-06-04 18:39:04 -07:00
parent dd10d490f0
commit 15b7f1e123
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
user-select: none;
}
.screen.mouseMode {
.screen:global(.mouseMode) {
cursor: none;
}