With my search, I have found that the following code should make a border go around whole browser window.
Almost ...
Even with zero content within <body>
, a vertical scroll bar shows:
html {
height: 100%;
}
body {
min-height: 100%;
margin: 0px;
border: solid darkgreen;
}
I desperately need a rescue team.