There are cases when the class x-currently-active gets applied to buttons when it should not be.
Example page: https://www.dentairconditioning.com/hot-water-heater-repair
Scroll mid page and you will see that the button in the “24/7 Water Heater Repair” is the button being affected (Should be orange and hover to blue). You will also notice that the hover color changes when you scroll into the section overall, while the unaffected buttons on the page hover properly only when hovering over the button itself.
The inspector shows that class being applied as soon as you enter the section, and being removed when you reach about 50px from the bottom.
Any information as to what is dictating this class being applied in this manner would be appreciated. Thanks.