Fix drop down arrow z index

This commit is contained in:
Eduard Heimbuch
2023-01-31 09:51:28 +01:00
committed by SCM-Manager
parent 8f1f0994d6
commit 1de489c6d8
2 changed files with 5 additions and 0 deletions

View File

@@ -710,6 +710,9 @@ form .field:not(.is-grouped) {
&.disabled::after {
border-color: #7a7a7a;
}
&::after {
z-index: initial;
}
}
}