hide mouse cursor in full screen after timeout
This commit is contained in:
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
|
|
@ -412,6 +412,10 @@ body {
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
|
||||
&.no-cursor {
|
||||
cursor: none;
|
||||
}
|
||||
}
|
||||
|
||||
.kiosk #divTwc {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue