Skip to content

Instantly share code, notes, and snippets.

@derekshirk
Created March 9, 2015 19:32
Show Gist options
  • Save derekshirk/287738431ca46663e85e to your computer and use it in GitHub Desktop.
Save derekshirk/287738431ca46663e85e to your computer and use it in GitHub Desktop.
CSS-overlay-no-blendmode
.overlay:before{
position: absolute;
content:"";
top:0;
left:0;
width:100%;
height:100%;
display: none;
z-index:0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment