Replies: 1 comment 1 reply
-
You can set the height of the editor to // set the initial options or update the options after mounting the editor:
monaco.editor.updateOptions({ scrollBeyondLastLine: false }); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context
Description
Now I require setting a height value for the container and initialize the editor. when the content of editor growing up, the scrollbar emerged.
I hope that Monaco Editor can fill document flow of browser according to the content without scrollbar, and also not need setting an initial height value for the container.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions