I'm having trouble understanding something. I have …
body, html {
height:100%;
margin:0;
padding:0;
}
Even though the content is not as tall as the window, my browser always shows a vertical scrollbar.
In this screenshot below, you can see that there's a small gap at the top when I inspect the body
. The html
element doesn't have this gap.
Any thoughts on what might be causing this issue?