Skip to content

Instantly share code, notes, and snippets.

@invmatt
Created April 23, 2014 10:27
Show Gist options
  • Save invmatt/11210063 to your computer and use it in GitHub Desktop.
Save invmatt/11210063 to your computer and use it in GitHub Desktop.
$zindex: (
modal : 9000,
overlay : 8000,
dropdown : 7000,
header : 6000,
footer : 5000
);
.header {
z-index: map-get($zindex, header);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment