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

Add ability to set default z-index for all jBox instances #186

Open
redtopia opened this issue Jan 11, 2022 · 0 comments
Open

Add ability to set default z-index for all jBox instances #186

redtopia opened this issue Jan 11, 2022 · 0 comments

Comments

@redtopia
Copy link

I've been using jBox more lately and I have to explicitly set the zIndex option for each dialog instance as not to conflict with existing z-index values in my UI. Having to do this means that if my z-index order changes in CSS, I might need to update all my jBox instances accordingly.

A better option would be to allow me to set app defaults for all my jBox instances, like:

jBox.defaults.zIndex = 3000;
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

1 participant