mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 09:39:58 -06:00
Fix: Dashboard icons appearing over menu bar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user