#1165 - fixed overlay for typeahead (#1218)

This commit is contained in:
Vito
2016-12-09 07:13:52 -08:00
committed by Maurizio Vitale
parent 93036da6a7
commit bdf1ae33e5

View File

@@ -4,7 +4,9 @@
.typeahead-autocomplete {
background-color: #fff;
position: absolute;
position: relative;
max-height: 200px;
overflow-y: auto;
z-index: 5;
color: #555;
margin: -15px 0 0 0;