jBox icon indicating copy to clipboard operation
jBox copied to clipboard

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

Open redtopia opened this issue 3 years ago • 0 comments

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;

redtopia avatar Jan 11 '22 04:01 redtopia