fix search focus z-index issue (hid suggestions options)

This commit is contained in:
Drewster727 2016-03-31 13:51:37 -05:00
commit 0dc96b854e
3 changed files with 3 additions and 3 deletions

View file

@ -200,7 +200,7 @@ label {
.input-group-addon .btn-group {
position: absolute;
right: 45px;
z-index: 2;
z-index: 3;
top: 13px;
box-shadow: 0 0 0; }