Improvements to autocomplete menu

This commit is contained in:
Victoria Wang 2014-09-02 16:06:59 -07:00
parent 225bdc03cf
commit 95278eacb4
2 changed files with 5 additions and 4 deletions

View file

@ -759,10 +759,11 @@
}, },
dropdown: { dropdown: {
position: "absolute", position: "absolute",
top: "100%", top: "79%",
left: "0", left: "0",
zIndex: "100", zIndex: "100",
display: "none" display: "none",
width: "100%"
}, },
suggestions: { suggestions: {
display: "block" display: "block"

View file

@ -782,15 +782,15 @@ a.tag:hover {
.selected { .selected {
font-weight: bold; font-weight: bold;
} }
.modal-body { .modal-body {
max-height: 800px; max-height: 800px;
overflow-y: visible; overflow-y: visible;
} }
.tt-dropdown-menu { .tt-dropdown-menu {
padding: 0px 10px 0px 10px; padding: 5px 10px 0px 10px;
background: #FFFFFF; background: #FFFFFF;
cursor: pointer; cursor: pointer;
border: 1px solid #ddd;
} }
.interior .header-Outro.browse-page { .interior .header-Outro.browse-page {
overflow: visible; overflow: visible;