diff --git a/src/css/home.css b/src/css/home.css index f7ec1f09..2b683971 100644 --- a/src/css/home.css +++ b/src/css/home.css @@ -793,3 +793,16 @@ main.article.labs footer.footer .footer__social-link:hover { flex-direction: column; } } + +/* Visually hidden but accessible to screen readers */ +.visually-hidden { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip-path: inset(50%); + white-space: nowrap; + border: 0; +} diff --git a/src/js/react/components/ChatInterface.jsx b/src/js/react/components/ChatInterface.jsx index 55d5d0d9..25c1be7d 100644 --- a/src/js/react/components/ChatInterface.jsx +++ b/src/js/react/components/ChatInterface.jsx @@ -478,11 +478,15 @@ export default function ChatInterface() {
+