---------

**Commit 1:**
[typeahead] Set top position

* Original sha: dccc3be623
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-07-27T23:07:00Z
This commit is contained in:
Elastic Jasper 2016-07-27 21:00:09 -04:00
parent ff43861904
commit f0d369f30d

View file

@ -10,6 +10,7 @@
color: @typeahead-item-color;
background-color: @typeahead-item-bg;
position: absolute;
top: 32px;
z-index: @zindex-typeahead;
width: 100%;