I know there are other questions like this, but none of them helped me
I can't make body tag full height, there is a white space before and after body tag
App.css:
html, body, #root{
min-height: 100vh;
}
Also tried:
html, {
min-height: 100vh;
position: relative;
}
body {
min-height: 100vh;
}