Set z-index for solid + dashed-lines

This commit is contained in:
billz
2025-03-17 10:32:32 -07:00
parent 34f7563bed
commit 39cc92853a

View File

@@ -477,7 +477,6 @@ textarea.plugin-log {
object-fit: contain;
padding: 1rem;
left: 112px;
z-index: 0;
}
.dashed-lines-right,
@@ -485,6 +484,14 @@ textarea.plugin-log {
left: -80px;
}
.solid-lines, .solid-lines-right {
z-index: 3;
}
.dashed-lines, .dashed-lines-right {
z-index 0;
}
.device-status {
display: flex;
flex-wrap: wrap;