fix(client): remove forced 1px size on editor screen-reader textarea (#67454)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jeff Witt
2026-05-20 09:15:51 -04:00
committed by GitHub
parent da42fccd0b
commit 5279aeb34c
@@ -21,12 +21,6 @@
z-index: 11; z-index: 11;
} }
/* NVDA skips the textarea in browse mode if there is no size */
textarea.inputarea {
width: 1px !important;
height: 1px !important;
}
.editor-container { .editor-container {
background: var(--editor-background); background: var(--editor-background);
} }