fix(styles): Add z-index to lint markers in code-mirror (#16024)

This commit is contained in:
Dylan
2017-10-24 12:26:32 -05:00
committed by mrugesh mohapatra
parent 56d4bc40ea
commit ba084876d8

View File

@ -31,3 +31,7 @@
height: 100%; height: 100%;
width: 100%; width: 100%;
} }
.CodeMirror-lint-tooltip {
z-index: 9999;
}