Sections over lapping sticky section

Sections overlapping sticky section

Product:
EditorX

The section below the header with flags must always be sticky. The flag section is sticky on the hero section but as I scroll down the page sections overlap the flag sections. I need the flag section always to be as sticky as the header.

link to the page

I am sure someone here will reply to this

Thanks in advance

In EditorX, you can keep the flag section sticky just like the header by setting its position to sticky with top: 0 in the Inspector panel. If other sections are overlapping it, try increasing its z-index and adding enough padding to the sections below. If that still doesn’t work, you can wrap the header and flag section in a fixed parent container so they stay locked at the top while the rest of the page scrolls.