2024-02-21 20:34:14 +08:00

11 lines
134 B
CSS

html,
body,
#root {
height: 100%;
margin: 0;
padding: 0;
-webkit-user-select: none;
user-select: none;
cursor: default;
}