The alert container blocks all input on the site on the latest version of Chrome.
The CSS class .visually-hidden is not defined causing the alert container to float over everything
I think the class should look something like this: .visually-hidden { visibility: hidden; }
The alert container blocks all input on the site on the latest version of Chrome.
The CSS class
.visually-hiddenis not defined causing the alert container to float over everythingI think the class should look something like this:
.visually-hidden { visibility: hidden; }