diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index f471be6227..41dae4d760 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;