Ian McDowell

Results 3 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...

I just ran into this as well. Here are steps to repro (this is for a new user with no Semgrep account) 1) Navigate to https://semgrep.dev/playground/new 2) From the library...