Merge pull request #7873 from jbudz/issues/7801

[typeahead] Set top position
This commit is contained in:
Jonathan Budzenski 2016-07-27 19:58:12 -05:00 committed by GitHub
commit a0390648e4

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%;