Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 79c4d59

Browse files
authored
hide cursor (#9)
1 parent 15b6691 commit 79c4d59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/globals.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ body {
55
overflow: hidden;
66
}
77

8+
body:fullscreen {
9+
cursor: none;
10+
}
11+
812
a {
913
color: inherit;
1014
text-decoration: none;

0 commit comments

Comments
 (0)