mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user