diff --git a/src/app/shared/common/domainfilter/domainfilter.component.css b/src/app/shared/common/domainfilter/domainfilter.component.css
index a7db04719411f50e0851173a4bfa914737085302..707423ac4915701f1eb152da558abc422466df69 100644
--- a/src/app/shared/common/domainfilter/domainfilter.component.css
+++ b/src/app/shared/common/domainfilter/domainfilter.component.css
@@ -22,4 +22,9 @@
                 padding-bottom: 10px !important;
                 line-height: 20px !important;
         }
+
+        .dropdown-menu {
+                max-height: 500px;
+                overflow-y: auto;
+        }
 }
\ No newline at end of file