mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-13 18:16:19 +02:00
fixed z-index
This commit is contained in:
@ -882,7 +882,7 @@ body > #demo-frame {
|
|||||||
}
|
}
|
||||||
.console {
|
.console {
|
||||||
background: var(--color-bg);
|
background: var(--color-bg);
|
||||||
z-index: 1; /* bring above iframe */
|
z-index: 5; /* bring above iframe */
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
min-height: 80px;
|
min-height: 80px;
|
||||||
|
Reference in New Issue
Block a user