fix(styles): Add z-index to lint markers in code-mirror (#16024)
This commit is contained in:
@ -31,3 +31,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.CodeMirror-lint-tooltip {
|
||||||
|
z-index: 9999;
|
||||||
|
}
|
Reference in New Issue
Block a user