mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 03:11:19 +02:00
Reduce custom file z-index (#24633)
This commit is contained in:
@@ -215,7 +215,6 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 5;
|
|
||||||
height: $custom-file-height;
|
height: $custom-file-height;
|
||||||
padding: $custom-file-padding-y $custom-file-padding-x;
|
padding: $custom-file-padding-y $custom-file-padding-x;
|
||||||
line-height: $custom-file-line-height;
|
line-height: $custom-file-line-height;
|
||||||
@@ -238,7 +237,7 @@
|
|||||||
top: -$custom-file-border-width;
|
top: -$custom-file-border-width;
|
||||||
right: -$custom-file-border-width;
|
right: -$custom-file-border-width;
|
||||||
bottom: -$custom-file-border-width;
|
bottom: -$custom-file-border-width;
|
||||||
z-index: 6;
|
z-index: 1;
|
||||||
display: block;
|
display: block;
|
||||||
height: $custom-file-height;
|
height: $custom-file-height;
|
||||||
padding: $custom-file-padding-y $custom-file-padding-x;
|
padding: $custom-file-padding-y $custom-file-padding-x;
|
||||||
|
Reference in New Issue
Block a user