6 lines
86 B
HTML
6 lines
86 B
HTML
|
<style>
|
||
|
html, body, #root {
|
||
|
height: 100%;
|
||
|
margin: 0;
|
||
|
}
|
||
|
</style>
|