hide mouse cursor in full screen after timeout

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

View file

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