Beneficiary Form Top is Hidden Behind Banner

Description of Issue

When adding a new beneficiary, the top of the form is loading behind the banner at the top f the page. 

Context
  • ESS

  • MSS

  • Beneficiary

  • StyleSheet.css

  • EERP

Cause

The banner need to be moved back in priority

Resolution
  1. Connect to the site's web server.

  2. Locate StyleSheet.css file in E:\MSSCustom\XXXXenv\

    1. Right click and Edit with Notepad+

    2. Under div.mol-page-header ( around line 30)

    3. Add z-index:" unset !important; 

      1. Must be between {}

    4. Save the StyleSheet.css file

  3. Test the website to see if the logo appears correctly

Additional Information

OnPrem clients can make this change themselves. SaaS clients, please create a case with TSM SaaS for further assistance in the Support Portal

This may work for other forms as well if they are experiencing a similar issue. 

Â