2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Reduce custom file z-index (#24633)

This commit is contained in:
ysds
2017-11-07 08:58:28 +09:00
committed by Mark Otto
parent 09ae92a0a0
commit ccc95d0c96
+1 -2
View File
@@ -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;