Minor fix in CSS
diff --git a/css/styles.css b/css/styles.css
index eb47460..2ca308f 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -218,6 +218,8 @@
   background-color: white;
   color: black;
   box-shadow: 0 2px 5px 0 rgba(255,255,255,0.258824),0 2px 10px 0 rgba(255,255,255,0.156863) !important;
+  max-height: 510px;
+  overflow-y: auto;
 }
 
 .autocomplete-item {