I'm having an issue where the navigation bar moves, covering up my Modal popup. It's as if the Modal popup is underneath the nav bar. When you scroll down it eventually returns to the top of the window. But when a visitor first lands on my website this is how its displayed -- nav bar in the middle of the Modal popup window.
Anyone else experience this? What is the best way to resolve it?

Hi there,
Can you try adding this CSS code to your form and then re-embed the form on your site?
:global(.formkit-modal) {
z-index: 999999 !important;
top: 180px !important;
}
If this doesn't work, I recommend reaching out to the team at help@convertkit.com so they can check it further.