From 1de489c6d868168b8f753d728edab830b477d4a7 Mon Sep 17 00:00:00 2001 From: Eduard Heimbuch Date: Tue, 31 Jan 2023 09:51:28 +0100 Subject: [PATCH] Fix drop down arrow z index --- gradle/changelog/drop_down_z_index.yaml | 2 ++ scm-ui/ui-styles/src/components/_main.scss | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 gradle/changelog/drop_down_z_index.yaml diff --git a/gradle/changelog/drop_down_z_index.yaml b/gradle/changelog/drop_down_z_index.yaml new file mode 100644 index 0000000000..58989a6c80 --- /dev/null +++ b/gradle/changelog/drop_down_z_index.yaml @@ -0,0 +1,2 @@ +- type: fixed + description: Fix drop down arrow z index diff --git a/scm-ui/ui-styles/src/components/_main.scss b/scm-ui/ui-styles/src/components/_main.scss index 1a219b5781..3888097653 100644 --- a/scm-ui/ui-styles/src/components/_main.scss +++ b/scm-ui/ui-styles/src/components/_main.scss @@ -710,6 +710,9 @@ form .field:not(.is-grouped) { &.disabled::after { border-color: #7a7a7a; } + &::after { + z-index: initial; + } } }