6 lines
79 B
CSS
6 lines
79 B
CSS
body, html, #root {
|
|
height: 100%;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
}
|