diff --git a/client/src/templates/Challenges/classic/editor.css b/client/src/templates/Challenges/classic/editor.css index 9480a784f72..c45f40ceb00 100644 --- a/client/src/templates/Challenges/classic/editor.css +++ b/client/src/templates/Challenges/classic/editor.css @@ -21,12 +21,6 @@ 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 { background: var(--editor-background); }