monaco-react icon indicating copy to clipboard operation
monaco-react copied to clipboard

Remove the section component (MonacoContainer)

Open dkaushik95 opened this issue 1 year ago • 1 comments

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

dkaushik95 avatar Mar 28 '23 16:03 dkaushik95