We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
monaco-editor version: 0.17.0 Browser: Chrome OS: Windows
Steps or JS usage snippet reproducing the issue:
Here's a mockup of what I'm trying to accomplish on my Razor Page in .NET https://codepen.io/HecticHiccups/pen/zVOggP
My current styling that renders in the image below.
#app { height: 100% !important; width: 100% !important; background-color: red; } #root { border: 2px solid blue; left: 0; top: 0; height: 100% !important; width: 100% !important; margin: 0; padding: 0; overflow: hidden; } #root > * { height: 100% !important; /*Temporary Fix: height: 100vh !important; */ width: 100%; }
The editors dimensions defaults to 1300 x 5 & doesn't resize.
Temporary Fix using the commented styling above.
The text was updated successfully, but these errors were encountered:
Let's track in #794
Sorry, something went wrong.
No branches or pull requests
monaco-editor version: 0.17.0
Browser: Chrome
OS: Windows
Steps or JS usage snippet reproducing the issue:
Todo List:
The text was updated successfully, but these errors were encountered: