mirror of
https://github.com/chinchang/web-maker.git
synced 2025-05-21 09:43:39 +02:00
Make footer show over console and fix comments
This commit is contained in:
parent
afc98284b8
commit
b799934bc1
@ -309,7 +309,7 @@ body > #demo-frame {
|
|||||||
/*line-height: 20px;*/
|
/*line-height: 20px;*/
|
||||||
}
|
}
|
||||||
.footer {
|
.footer {
|
||||||
z-index: 1;
|
z-index: 6; // Because .console is 6
|
||||||
}
|
}
|
||||||
.main-header {
|
.main-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -882,7 +882,7 @@ body > #demo-frame {
|
|||||||
}
|
}
|
||||||
.console {
|
.console {
|
||||||
background: var(--color-bg);
|
background: var(--color-bg);
|
||||||
z-index: 6; /* bring above iframe */
|
z-index: 6; /* bring above iframe & codemirror and also scrollbar in codemirror */
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
min-height: 80px;
|
min-height: 80px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user