Detailed Description
Cross-styling has been identified with CodeMirror component inside the project
Context
This anti-patterns adds a layer of complexity due tracking all the cases where rules are overridden.
Cross-styling should be replaced with component props or other methodologies if necessary.
As collateral issue, often elements of this component overflow others. It is required to add globally z-index: 0 to the root element of this component.
Detailed Description
Cross-styling has been identified with
CodeMirrorcomponent inside the projectContext
This anti-patterns adds a layer of complexity due tracking all the cases where rules are overridden.
Cross-styling should be replaced with component props or other methodologies if necessary.
As collateral issue, often elements of this component overflow others. It is required to add globally
z-index: 0to the root element of this component.