FIX: ensure dropdown is above sibling labels (#18658)
This commit is contained in:
parent
dcbfbbf19d
commit
99d9c933c6
|
@ -197,6 +197,9 @@ body.invite-page {
|
||||||
padding: 0 0.25em 0 0.25em;
|
padding: 0 0.25em 0 0.25em;
|
||||||
font-size: $font-down-1;
|
font-size: $font-down-1;
|
||||||
}
|
}
|
||||||
|
.user-field.dropdown:focus-within {
|
||||||
|
z-index: 1000; // this ensures the active dropdown is always on top of sibling dropdown labels
|
||||||
|
}
|
||||||
input:focus + label.alt-placeholder,
|
input:focus + label.alt-placeholder,
|
||||||
input.value-entered + label.alt-placeholder {
|
input.value-entered + label.alt-placeholder {
|
||||||
top: -8px;
|
top: -8px;
|
||||||
|
|
Loading…
Reference in New Issue