body.dropdown-overlay main::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.6); z-index: 55; top: 0; transition: .5s ease; pointer-events: none; } body.dropdown-overlay main { position: relative; } .bricks-nav-menu.open { position: relative; z-index: 100; transition: .5s ease; } .brx-dropdown-content { opacity: 1 !important; } .header { position: relative; width: 100%; transition: all 0.3s ease; z-index: 5555; } .header.sticky { position: fixed; top: 0; left: 0; width: 100%; }