Home › Forums › CSS › CSS Background not stretching the whole page › Reply To: CSS Background not stretching the whole page
March 15, 2018 at 10:54 am
#268302
Participant
You could wrap it all in another div
– and change the top position of .loaderBg
if you want the spinner to show center screen at the start.
Without that parent, the element will only be relative to the screen.