jquery.selectBoxIt.js icon indicating copy to clipboard operation
jquery.selectBoxIt.js copied to clipboard

selectBox z-index parameter

Open bbmatt opened this issue 10 years ago • 3 comments

Would it be possible to add a parameter for setting the z-index for selectBox.css ?

Currently, in the .js file, it's set at 999999 - this is problematical when there's an overlay over the top of a select item. In my case, it's a slide out help div which on mobile, covers the screen.

Even though the select boxes are covered, the original select box, at 999999 z-index, can be initialised if you happen to click over where it is.

I could just set my overlay to one higher, but it would be more elegant to simply be able to define the selectBox z-index?


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

bbmatt avatar Oct 31 '14 15:10 bbmatt

Same problem here. It is very difficult to find the reason why the selectbox was triggered when it is not visible at all. Setting my overlay to z-index: 1000000 helped.

kicktipp avatar Apr 27 '15 15:04 kicktipp

Any update on this?

ghost avatar Oct 20 '16 19:10 ghost

same problem, joining to ask to make it configurable.

ddrozdik avatar Nov 12 '18 16:11 ddrozdik