Minor bug fixes and code formatting, and limit-years style modified a little bit
diff --git a/css/search-bar.css b/css/search-bar.css
index 46d121e..48da607 100644
--- a/css/search-bar.css
+++ b/css/search-bar.css
@@ -102,6 +102,8 @@
 	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 {

@@ -117,7 +119,7 @@
 .autocomplete-year {

 	position: relative;

 	z-index: 120;

-	

+

 	color: #222;

 }

 

@@ -133,4 +135,4 @@
 	#min-dialog {

 		display: block !important;

 	}

-}
\ No newline at end of file
+}