From 95278eacb462c4602c621483358d4faf34bcfec8 Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Tue, 2 Sep 2014 16:06:59 -0700 Subject: [PATCH] Improvements to autocomplete menu --- public/js/typeahead.bundle.js | 5 +++-- sass/_project-sass/_project-Main.scss | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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;