From b799934bc1d3b01b272a72928f0f5ac2f574e824 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Thu, 9 Nov 2017 10:06:34 +0530 Subject: [PATCH] Make footer show over console and fix comments --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 4752867..8b25792 100644 --- a/src/style.css +++ b/src/style.css @@ -309,7 +309,7 @@ body > #demo-frame { /*line-height: 20px;*/ } .footer { - z-index: 1; + z-index: 6; // Because .console is 6 } .main-header { display: flex; @@ -882,7 +882,7 @@ body > #demo-frame { } .console { background: var(--color-bg); - z-index: 6; /* bring above iframe */ + z-index: 6; /* bring above iframe & codemirror and also scrollbar in codemirror */ position: absolute; bottom: 0; min-height: 80px;