Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to have more than one search drop down on a single page... #238

Closed
cderees opened this issue Sep 4, 2014 · 1 comment
Closed

How to have more than one search drop down on a single page... #238

cderees opened this issue Sep 4, 2014 · 1 comment

Comments

@cderees
Copy link

cderees commented Sep 4, 2014

Having been able to build a single drop down with DropKick search when I attempt to add an additional drop down list in a column below clicking first drop down list it does not overlap the drop down list below it completely.

When I stroll down between the search field and selection list and I click the drop down underneath is invoked.

Is there away to have more than one list on one page in column without this happening?

untitled-3

@wwilsman
Copy link
Collaborator

wwilsman commented Sep 6, 2014

Seems like an issue with z-index. Try something like this:

.dk-search {
  z-index: 100;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants