Okay
  Public Ticket #2928019
Black screen on back button
Closed

Comments

  • richwoodmarketing started the conversation

    every time we hit the back button we get a black screen on this website.

  •  2,959
    Andrew replied

    Hi again,

    Try the following CSS.

    body[data-ajax-transitions="true"] #ajax-loading-screen[data-effect="center_mask_reveal"].hidden {
        display: none !important;
    }
    

    Regards,