Hey there.
I found this bug [see screenshots] in styles on your main site: when main navigation closes while sub item opened you still can see sub item contents on page like overflow.
I think you can fix it like this:
.bYrrkq {
visibility: visible; <- need to be changed to “hidden” when main navigation closes
}