Files
react/examples/fiber/debugger/src/index.css
T
Dan Abramov 225325eada Add Fiber Debugger (#8033)
* Build react-noop as a package

This lets us consume it from the debugger.

* Add instrumentation to Fiber

* Check in Fiber Debugger
2016-10-25 08:36:37 +01:00

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;
}