Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 4a5dc14

Browse files
committed
🐛 Fix #279
1 parent af441e3 commit 4a5dc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ html, body {
66
overflow: hidden;
77
}
88
body {
9-
/* cursor: none; */
9+
cursor: default !important;
1010
user-select: none !important;
1111
padding-top: 1.85vh;
1212
color: rgb(var(--color_r), var(--color_g), var(--color_b));

0 commit comments

Comments
 (0)