mirror of
https://github.com/gosticks/react-table.git
synced 2026-03-29 08:54:26 +00:00
11 lines
101 B
CSS
11 lines
101 B
CSS
html,
|
|
body,
|
|
#root {
|
|
height: 100%;
|
|
}
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: sans-serif;
|
|
}
|