From ba084876d8a5cecfb339e363ffe5b36862a752e1 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 24 Oct 2017 12:26:32 -0500 Subject: [PATCH] fix(styles): Add z-index to lint markers in code-mirror (#16024) --- client/less/code-mirror.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/less/code-mirror.less b/client/less/code-mirror.less index 6e60833e48..79b8787874 100644 --- a/client/less/code-mirror.less +++ b/client/less/code-mirror.less @@ -31,3 +31,7 @@ height: 100%; width: 100%; } + +.CodeMirror-lint-tooltip { + z-index: 9999; +} \ No newline at end of file