Ian McDowell

Results 2 comments of Ian McDowell

I ran into the same problem. This is most likely a stacking-context issue. https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Understanding_z_index/The_stacking_context I didn't write the plugin, but I'm pretty sure for it to work properly the element...

To clarify, z-index is relative to stacking context, there's no such thing as an absolute z-index. So you could have element 1 with a z-index: 100000, and element 2 with...