Position autocomplete menu above cursor if there isn't room below

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-04-20 17:18:07 -06:00
parent 11c465b7fd
commit f652b4e357
6 changed files with 42 additions and 20 deletions

View File

@@ -5,8 +5,7 @@
background-color: #444;
border: 2px solid #222;
color: #eee;
-webkit-box-shadow: 0 0 5px 5px #222;
margin: 5px;
-webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .5);
}
.autocomplete ol {