Created
October 28, 2017 15:33
-
-
Save verpixelt/f9d45a30ef8ce8e81f82c69f1f14dcde to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* New Stacking Context */ | |
.nsc { | |
position: relative; | |
z-index: 0; | |
} | |
/* New Stacking Context Transform */ | |
.nsct { transform: translate(0); } | |
/* New Stacking Context Opacity */ | |
.nsco { opacity: .999; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment