Skip to content

Commit

Permalink
Reduce custom file z-index (#24633)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysds authored and mdo committed Nov 6, 2017
1 parent 09ae92a commit ccc95d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scss/_custom-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit ccc95d0

Please sign in to comment.