commit | 27f2c73897da46d22b73c12cfdad282edb4e687c | [log] [tgz] |
---|---|---|
author | Kasper Nilsson <kaspern@google.com> | Wed Jan 03 11:10:50 2018 -0800 |
committer | Kasper Nilsson <kaspern@google.com> | Wed Jan 03 11:10:50 2018 -0800 |
tree | b1fe688db75ea3353ab0a4f46f770441da1ee517 | |
parent | babdd60aa5af30fd010a6f5d1ba4987e9585ed0d [diff] |
Give editor a z-index Prevents text appearing over the header. Change-Id: Iad9712e4ef105bf37a2e166876a9d8ea77585fe7
diff --git a/gr-editor/gr-editor.html b/gr-editor/gr-editor.html index 9a11cbb..9ff47d1 100644 --- a/gr-editor/gr-editor.html +++ b/gr-editor/gr-editor.html
@@ -22,6 +22,7 @@ .CodeMirror, #wrapper { height: 100%; + z-index: 0; } .CodeMirror { font-family: 'Roboto Mono', Menlo, 'Lucida Console', Monaco, monospace;