aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorysds <[email protected]>2017-11-07 08:58:28 +0900
committerMark Otto <[email protected]>2017-11-06 15:58:28 -0800
commitccc95d0c96e45d3c6fdcff2e5c52e71e7547405c (patch)
tree6fd1fe2c7a902c9f10c0680b269b395b36152d70
parent09ae92a0a097fd3b90108d6c7363dccdd32f5888 (diff)
downloadbootstrap-ccc95d0c96e45d3c6fdcff2e5c52e71e7547405c.tar.xz
bootstrap-ccc95d0c96e45d3c6fdcff2e5c52e71e7547405c.zip
Reduce custom file z-index (#24633)
-rw-r--r--scss/_custom-forms.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss
index 643dab6ff..455a20886 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;