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