I am facing an issue with my header and need assistance in fixing it. The problem occurs when scrolling down, as it cuts off a part of the header, but returns to normal when scrolling back up. I suspect the hamburger menu might be causing this issue because clicking on it seems to worsen the cut-off. You can view the website by following this link: . Additionally, here is a gif demonstrating what happens: Link to the picture of what happens!
This issue only occurs on mobile devices. I have used inspector tools to troubleshoot the problem and have also tested it on a phone.
Below is the code for the header:
<header id="headerrr" class="fixed-top lode">
[Header Code Here]
</header><!-- #header -->
The CSS styles related to the header are as follows:
[CSS Styles Here]
And lastly, the JavaScript functions concerning the header are:
[JavaScript Functions Here]
I have identified the sections involving the header. Any assistance or advice would be greatly appreciated. I have already attempted removing the JavaScript code without success. Thank you for your help!