• Resolved ridwangreenjinn

    (@ridwangreenjinn)


    Please see the page listed. When clicking on Apply Now, the apply box freezes the scroll function. This is problematic because if I include additional apply modal fields, the box becomes larger and 1) users cannot scrolls the vertical length of the box, and 2) the ‘X’ to get close the box becomes hidden behind the fixed menu overlay. How can I prevent it from freezing the scroll?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author BlueGlass

    (@blueglassinteractive)

    Hi,

    thats mostly a conflict of the styles 🙂

    this can help to fix the issue:

    body.single-jobs #content{
    z-index: 3;
    }

    Add it to the jobs plugin setting > style setting (scroll down to the page), input that piece of css to Custom CSS box and save the page.

    Hope this helps 🙂

Viewing 1 replies (of 1 total)

The topic ‘Apply box freezes scroll’ is closed to new replies.