diff --git a/client/src/templates/Challenges/classic/editor.tsx b/client/src/templates/Challenges/classic/editor.tsx index 04fc3bd5bf..d7843ae9e5 100644 --- a/client/src/templates/Challenges/classic/editor.tsx +++ b/client/src/templates/Challenges/classic/editor.tsx @@ -228,7 +228,7 @@ const Editor = (props: EditorProps): JSX.Element => { const options: editor.IStandaloneEditorConstructionOptions = { fontSize: 18, - scrollBeyondLastLine: false, + scrollBeyondLastLine: true, selectionHighlight: false, overviewRulerBorder: false, hideCursorInOverviewRuler: true,