mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(styles): Add z-index to lint markers in code-mirror (#16024)
This commit is contained in:
@@ -31,3 +31,7 @@
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.CodeMirror-lint-tooltip {
|
||||
z-index: 9999;
|
||||
}
|
||||
Reference in New Issue
Block a user