monaco-editor
monaco-editor copied to clipboard
[Feature Request] Remove vertical scrollbar and corresponding space
Context
- [X] This issue is not a bug report. (please use a different template for reporting a bug)
- [X] This issue is not a duplicate of an existing issue. (please use the search to find existing issues)
Description
The scrollbar option can hide the vertical scrollbar, but the space is still there.
scrollbar: {
vertical: 'hidden',
}
Can I remove the vertical scrollbar as well as the corresponding space?
Monaco Editor Playground Link
No response
Monaco Editor Playground Code
No response