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: {
position: "absolute",
top: "100%",
top: "79%",
left: "0",
zIndex: "100",
display: "none"
display: "none",
width: "100%"
},
suggestions: {
display: "block"

View file

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