Skip to content

gwwar/z-context

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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