From afc98284b87bec49e2a26629cf950190b7346fdf Mon Sep 17 00:00:00 2001 From: Prashant Agrawal Date: Wed, 4 Oct 2017 11:53:46 +0530 Subject: [PATCH] handled scrollbar --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 7d34133..4752867 100644 --- a/src/style.css +++ b/src/style.css @@ -882,7 +882,7 @@ body > #demo-frame { } .console { background: var(--color-bg); - z-index: 5; /* bring above iframe */ + z-index: 6; /* bring above iframe */ position: absolute; bottom: 0; min-height: 80px;