Monaco editor scrollable #2436
Unanswered
BlackHoleByte
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The regular code block allows a scrollable view by setting the max height:
```{maxHeight:'100px'} ...If I try the same using the monaco editor, it does not work. Did I miss something or do I have to configure monaco in a special way?
```{monaco} {maxHeight:'100px'} ...Beta Was this translation helpful? Give feedback.
All reactions