]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Reduce custom file z-index (#24633)
authorysds <fellows3@gmail.com>
Mon, 6 Nov 2017 23:58:28 +0000 (08:58 +0900)
committerMark Otto <markd.otto@gmail.com>
Mon, 6 Nov 2017 23:58:28 +0000 (15:58 -0800)
scss/_custom-forms.scss

index 643dab6ff6ef0cffc69706b165b46d7eed1e4d4c..455a208865aad3fd4de4f149f367551807a6f7c6 100644 (file)
   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;
     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;