How to get rid of the white background behind the background?

On mobile, even if I have a background color of blue, when I try to scroll past beyond the length/height of the site there appears to be a background behind the blue background that is white by default. I want it to remain blue no matter how far I try to scroll.

set the background to repeat

I tried both background: repeat;
and
background-repeat: repeat-y;,
neither worked.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.