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

@@ -0,0 +1,2 @@
- type: fixed
description: Fix drop down arrow z index

View File

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