Skip to content

Commit ccc95d0

Browse files
ysdsmdo
authored andcommitted
Reduce custom file z-index (#24633)
1 parent 09ae92a commit ccc95d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scss/_custom-forms.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@
215215
top: 0;
216216
right: 0;
217217
left: 0;
218-
z-index: 5;
219218
height: $custom-file-height;
220219
padding: $custom-file-padding-y $custom-file-padding-x;
221220
line-height: $custom-file-line-height;
@@ -238,7 +237,7 @@
238237
top: -$custom-file-border-width;
239238
right: -$custom-file-border-width;
240239
bottom: -$custom-file-border-width;
241-
z-index: 6;
240+
z-index: 1;
242241
display: block;
243242
height: $custom-file-height;
244243
padding: $custom-file-padding-y $custom-file-padding-x;

0 commit comments

Comments
 (0)