Skip to content

Commit a4b77b4

Browse files
authored
Fix a z-index issue when you have multiple tags widgets after each other (#45)
1 parent f90d00b commit a4b77b4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Resources/public/backend.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
z-index: 1;
55
}
66

7+
.cfg-tags:has(.selectize-input.input-active.dropdown-active) {
8+
z-index: 2;
9+
}
10+
711
.cfg-tags-all {
812
padding: 5px 0 5px 0;
913
}

0 commit comments

Comments
 (0)