I using chrome but the problem apear also in firefox.
I solved that with this code:
const hcb = document.querySelector(‘#hcontrast .a11y-toolbar-widget .toggle-contrast’)
if(document.body.classList.contains(‘contrast’)) {
hcb.setAttribute(‘id’, ‘is_high_contrast’)
}