Jan 6, 2022
I was trying to create a background image for the entire window, and couldn't get this to work.
And then I found that rather than having to put a z-index for everything, it was easier to just have a negative z-index for the background image CSS:
.landingImage {
z-index: -1;
}