From ccc95d0c96e45d3c6fdcff2e5c52e71e7547405c Mon Sep 17 00:00:00 2001 From: ysds Date: Tue, 7 Nov 2017 08:58:28 +0900 Subject: [PATCH] Reduce custom file z-index (#24633) --- scss/_custom-forms.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 643dab6ff6..455a208865 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -215,7 +215,6 @@ top: 0; right: 0; left: 0; - z-index: 5; height: $custom-file-height; padding: $custom-file-padding-y $custom-file-padding-x; line-height: $custom-file-line-height; @@ -238,7 +237,7 @@ top: -$custom-file-border-width; right: -$custom-file-border-width; bottom: -$custom-file-border-width; - z-index: 6; + z-index: 1; display: block; height: $custom-file-height; padding: $custom-file-padding-y $custom-file-padding-x;