Viewing 1 replies (of 1 total)
  • Anonymous User 4048828

    (@anonymized-4048828)

    Hi Mo,

    The Z-index should already be set to -1995 and lower (depending on the layer), so quite strange it is actually covering your content. Are you using any JS/CSS minimisers?

    Nevertheless, these are the current z-indexes used with their appropriate CSS ids, which you can override:

    #myatu_bgm_bg_link {
        z-index: -1995;
    }
    
    #myatu_bgm_overlay {
        z-index: -1996;
    }
    
    #myatu_bgm_img_group {
        z-index: -1997;
    }
    
    #myatu_bgm_top {
        z-index: -1998;
    }
    
    #myatu_bgm_prev {
        z-index: -1999;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Full Screen mode causes background to cover page content’ is closed to new replies.