I noticed that new buttons have appeared in the preheader (banner) on some devices.
I saw your theme patch notes and found the addition of these buttons.
ADDED: “Skip to Main Content” and “Skip to Navigation” buttons for improved accessibility. (Screenshot)
However, this code slightly disrupts the interaction logic, as in our case, the banner contains important information and should be clickable (a link to a page with additional information). However, we can’t click on the banner, even though the buttons themselves work fine; they lead to the main content of the site (the navigation button doesn’t work, even though navigation is present).
I could remove everything using JavaScript, but is that really the right solution?