aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_custom-forms.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss
index f471be622..41dae4d76 100644
--- a/scss/_custom-forms.scss
+++ b/scss/_custom-forms.scss
@@ -162,6 +162,11 @@
}
}
+ &[multiple] {
+ height: auto;
+ background-image: none;
+ }
+
&:disabled {
color: $custom-select-disabled-color;
background-color: $custom-select-disabled-bg;