diff --git a/public/js/typeahead.bundle.js b/public/js/typeahead.bundle.js index ad3c661a..4bcc2f94 100644 --- a/public/js/typeahead.bundle.js +++ b/public/js/typeahead.bundle.js @@ -759,10 +759,11 @@ }, dropdown: { position: "absolute", - top: "100%", + top: "79%", left: "0", zIndex: "100", - display: "none" + display: "none", + width: "100%" }, suggestions: { display: "block" diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 6c16b6ca..0b8b432a 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -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;