mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
Update sdnext.css
Fix for model tags in default UI being buried under card underneath it.
This commit is contained in:
committed by
GitHub
parent
f324b7c0e5
commit
3214e7c569
@@ -1376,6 +1376,16 @@ table.settings-value-table td {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.extra-network-cards .card:hover {
|
||||
z-index: 100;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.extra-network-cards .card:hover .tags {
|
||||
display: block;
|
||||
z-index: 101; /* Optional: ensure tags are above everything */
|
||||
}
|
||||
|
||||
.extra-network-cards .card:has(>img[src*="card-no-preview.png"])::before {
|
||||
background-color: var(--data-color);
|
||||
content: '';
|
||||
|
||||
Reference in New Issue
Block a user