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

Select2.js custom select has lower z-index than ThickBox window #13

Closed
ocReaper opened this issue Apr 16, 2015 · 1 comment
Closed

Select2.js custom select has lower z-index than ThickBox window #13

ocReaper opened this issue Apr 16, 2015 · 1 comment

Comments

@ocReaper
Copy link
Contributor

Select2.js custom select list is displaying under the ThickBox window due to it has lower z-index.
The problem effects all browsers and as far as I know it's active since WP 4.0
The simple solution is modifing the following in select2.css from:

.select2-drop {
  z-index: 9999;
}

to:

.select2-drop {
  z-index: 100051; /*#TB_window uses 100050*/
}
ocReaper added a commit to ocReaper/Bigcommerce-WordPress-Plugin that referenced this issue Apr 16, 2015
@zackkatz
Copy link
Member

Thanks!

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