From 675de9b498c5de64b62a961515480cd4c3a12e6c Mon Sep 17 00:00:00 2001 From: Prashant Agrawal Date: Wed, 4 Oct 2017 00:14:23 +0530 Subject: [PATCH] fixed z-index --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index aacafa2..7d34133 100644 --- a/src/style.css +++ b/src/style.css @@ -882,7 +882,7 @@ body > #demo-frame { } .console { background: var(--color-bg); - z-index: 1; /* bring above iframe */ + z-index: 5; /* bring above iframe */ position: absolute; bottom: 0; min-height: 80px; @@ -963,4 +963,4 @@ while the theme CSS file is loading */ color: #D1EDFF; } .cm-s-midnight .CodeMirror-gutters { background: #0F192A; border-right: 1px solid; } -.cm-s-midnight .CodeMirror-activeline-background { background: #253540; } \ No newline at end of file +.cm-s-midnight .CodeMirror-activeline-background { background: #253540; }