It is changing the height of the body element. If you remove all the content you can see the grid collapse to just a yellow color.
Try adding background-attachment: fixed;
or give the html/body a height (100% or 100vh).
It is changing the height of the body element. If you remove all the content you can see the grid collapse to just a yellow color.
Try adding background-attachment: fixed;
or give the html/body a height (100% or 100vh).