hide mouse cursor in full screen after timeout

This commit is contained in:
Matt Walsh
2024-07-11 16:06:43 -05:00
parent 75314d92c9
commit 94249560f2
4 changed files with 9 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -412,6 +412,10 @@ body {
align-items: center;
justify-content: center;
align-content: center;
&.no-cursor {
cursor: none;
}
}
.kiosk #divTwc {