Skip to content

Instantly share code, notes, and snippets.

@andrewliebchen
Last active December 22, 2015 20:09
Show Gist options
  • Save andrewliebchen/6524062 to your computer and use it in GitHub Desktop.
Save andrewliebchen/6524062 to your computer and use it in GitHub Desktop.
FDN air traffic control
// Z-index stacking
.content {
z-index:<100;
}
.sidebar {
z-index:10;
}
.breadcrumbs {
z-index:20;
}
.dropdown,
.popup{
z-index:100;
}
.profile-cards {
z-index:200;
}
.header,
.footer {
z-index:300;
}
.flash {
z-index:600;
}
.notes {
z-index:900;
}
.modal {
z-index:1000;
}
.high-fliers {
z-index:9999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment