Clicking nonclickable parts highlights the entire page on mobile

So I’m having an issue where if you click anywhere that isn’t meant to be clickable, it will act like the entire page is being clicked. This problem only shows up on mobile and doesn’t show up with browser mobile testing.

Here’s an example.

Anytime I’m not clicking the swap button or the settings, the screen will darken like it’s being pressed.

Removing all click events seems to fix it, but obviously, I need click events. Any ideas why this might be happening?

Does anyone have a solution?