Fix: Dashboard icons appearing over menu bar

This commit is contained in:
Squidly271
2025-09-16 23:20:16 -04:00
committed by GitHub
parent ada892e7b8
commit 3ead1d4790

View File

@@ -244,7 +244,7 @@ i#mycase[class^="fa "] {
a.cpu_close,
span.hand {
cursor: pointer;
z-index: 1001;
z-index: 100;
}
/* a.info {
white-space: normal;
@@ -288,7 +288,7 @@ input[value="Edit"] {
}
.port_view,
.control {
z-index: 10000;
z-index: 100;
}
.flat {
height: 0;
@@ -527,4 +527,4 @@ legend {
.tile-select-case:has(img):hover {
opacity: .75;
}
}