Form Layout: Why isn't the background image fixed?

  • LMBShow
    Asked on January 3, 2018 at 1:41 PM

    hello


    suddenly my form doesn't work any longer correcly.

    In the designer, the background image ist fixed, but in real it scrolls with the form. this appered by just changing the text in the form.

    Jotform Thread 1337790 Screenshot
  • Kevin Support Team Lead
    Replied on January 3, 2018 at 2:48 PM

    Please try injecting the following code to resolve the issue: 

    .supernova {

        background-attachment: fixed !important;

    }

    This guide will help you injecting the given code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    I hope this helps.