You are viewing limited content. For full access, please sign in.

Discussion

Discussion

Modern Designer: Scroll Form Body Independently of Background

posted on February 18, 2022 Show version history

I like to scroll the body independently of the form background instead of scrolling it with the background. It currently does this in the Classic Designer when you are in the Themes tab and I used to be able to add a few lines of CSS to get it to do this. How do we do this in the Modern Designer? This CSS doesn't do it anymore.

body { 
  background-repeat: no-repeat; 
  background-position: center; 
  background-attachment: fixed; 
  background-size: cover; 
}

When the background scrolls with the form it requires designers to commission photographs specifically for this purpose. If it didn't scroll the background image we could use smaller images not created specifically for this purpose. 

Video to demonstrate:

https://www.screencast.com/t/UZJFMZ2wD

3 0
replied on March 10, 2022

It appears the background image has moved from the body to a different element. I just can't get this CSS to affect the correct element. Any help would be appreciated!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.