mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
15 lines
189 B
CSS
15 lines
189 B
CSS
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: sans-serif;
|
|
height: 100vh;
|
|
cursor: -webkit-grab; cursor: -moz-grab;
|
|
}
|
|
|
|
#root {
|
|
height: 100vh;
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
} |