mimo84/bootstrap-maxlength

zIndex problem

Closed this issue · 4 comments

I am using bootstrap v3.3.7 and modal zIndex is 10050. Currently the zIndex in bootstrap-maxlength is 1099. Could you please change it to 10100?

I have an another z-index problem.
The indicator will still be shown when covered by a modal pop with alwaysShow: true option.

image

It's not a good idea to just change z-index to some value. Maybe make it configurable?

I think the fastest fix for this would be to temporarily change the z-index in the source code itself. (Line 441). I am planning to do a newer release with a configurable z-index, however at the moment I don't have time for it.

#141
Added optional zIndex parameter in pull request

djibe commented

Please close issue,
fixed in 1.9.0.