I solved it.
It’s
#masthead { z-index: 99;} for my theme.
I just tried using this
#masthead.site-header {
position: fixed;
top: 0;
border-bottom: none;
z-index: 999;
}
It did help but when I view it on mobile screen the footer and mobile menu is not well positioned.
Is there any other way?