Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 408 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 408 Bytes

Find Stacking Contexts

This is an algorithm based off the MDN stacking context documentation to find all the parent stacking contexts of a given element.

The idea of this package is to make it easier to debug why your z-index may not be applied as you might expect it to.