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"