Update typeahead, fixing overlap issues. Fixes #309

This commit is contained in:
Tom MacWright
2013-01-04 16:12:13 -05:00
parent 50743b4344
commit b410fc196a
3 changed files with 38 additions and 20 deletions
+3 -2
View File
@@ -716,8 +716,8 @@ div.typeahead {
box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
margin-top: -1px;
background: white;
max-height: 120px;
overflow: auto;
max-height: 180px;
overflow: hidden;
border: 1px solid #ccc;
}
@@ -729,6 +729,7 @@ div.typeahead a {
border-top:1px solid #ccc;
background-color: #fff;
padding:1px 4px;
white-space: nowrap;
}
div.typeahead a:hover,