Skip to content

A Chrome DevTools Extension that finds stacking contexts and z-index values in the elements panel

License

Notifications You must be signed in to change notification settings

gwwar/z-context

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Z-Context

Z-Context is a Chrome DevTools Extension that displays stacking contexts and z-index values in the elements panel.

Why use it?

Browsers support a hierarchy of stacking contexts, rather than a single global one. This means that z-index values are often used incorrectly, and arbitrarily high values get set. To learn more read Mozilla's guide on z-indexes or the w3c spec.

By Using Z-Context, you'll know:

  • If the current element creates a stacking context, and why
  • What its parent stacking context is
  • The z-index value

Install

Visit https://chrome.google.com/webstore/detail/jigamimbjojkdgnlldajknogfgncplbh and add the extension to Chrome.

See it in action:

z-context

About

A Chrome DevTools Extension that finds stacking contexts and z-index values in the elements panel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published