mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
Fix drop down arrow z index
This commit is contained in:
committed by
SCM-Manager
parent
8f1f0994d6
commit
1de489c6d8
2
gradle/changelog/drop_down_z_index.yaml
Normal file
2
gradle/changelog/drop_down_z_index.yaml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
- type: fixed
|
||||||
|
description: Fix drop down arrow z index
|
||||||
@@ -710,6 +710,9 @@ form .field:not(.is-grouped) {
|
|||||||
&.disabled::after {
|
&.disabled::after {
|
||||||
border-color: #7a7a7a;
|
border-color: #7a7a7a;
|
||||||
}
|
}
|
||||||
|
&::after {
|
||||||
|
z-index: initial;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user