monaco-react
monaco-react copied to clipboard
Remove the section component (MonacoContainer)
Is your feature request related to a problem? Please describe.
We are using styled-components
where we want to have a grid like structure for our editors. When we apply grid specific styles, it get's overridden with the section tag and it's hard to implement our custom styles on the container.
Describe the solution you'd like
Remove the section component on MonacoContainer
OR apply base styles provided from the user directly to the section container.
Describe alternatives you've considered It would be really hard to target the parent element and try to make changes to it using css. It's not intuitive.
Additional context Reference PR: https://github.com/suren-atoyan/monaco-react/pull/467