aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_input-group.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/_input-group.scss b/scss/_input-group.scss
index c210242a1..2ed5f3304 100644
--- a/scss/_input-group.scss
+++ b/scss/_input-group.scss
@@ -35,6 +35,11 @@
z-index: 3;
}
+ // Bring the custom file input above the label
+ > .custom-file .custom-file-input:focus {
+ z-index: 4;
+ }
+
> .form-control,
> .custom-select {
&:not(:last-child) { @include border-right-radius(0); }