Just sorting this problem myself somewhere else and noticed it in tnc. When you first load or resize, sometimes the background at the bottom of the page stays white.
Solution for me was moving my background from:
body {
background-color: #333333;
}
to:
html {
background-color: #333333;
}
Solution for me was moving my background from:
body {
background-color: #333333;
}
to:
html {
background-color: #333333;
}
