Make the background colour of a form full height

What I’m trying to do:
I want one (well, a small handful) of forms to have the complete background in one colour. It reaches the sides but not the floor.

What I’ve tried and what’s not working:
Setting the form background colour - this stops when the components end (leaving the rest of the page the colour of the css body setting.

If I change the body css, then all pages are affected which I don’t want.

Screen shot :
Note the white under the blue is about half a page long.

edit - just to clarify, I want the whole page blue.

1 Like

Ok, here’s one way that seems to work.

Put a spacer underneath the column panel of the login bit. Then set the spacer height to 100vh (the important bit being the “vh”).

That, I believe, sets the height to the maximum viewport area thinggy whatsit :

Seems to work.

edit - unfortunately it seems to go beyond the bottom of the visible screen, meaning you can scroll down the page. This is undesirable but hardly a showstopper.

1 Like