1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-13 01:56:24 +02:00

fixed z-index

This commit is contained in:
Prashant Agrawal
2017-10-04 00:14:23 +05:30
parent a84ec4e8ca
commit 675de9b498

View File

@ -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; }
.cm-s-midnight .CodeMirror-activeline-background { background: #253540; }