Clean up z-indexes

There have been some z-indexes that were removed and then reintroduced
through strange merges. This is an attempt to remove all z-indexes that
are unnecessary and to clearly state the purpose of the remaining
z-indexes in a comment to each index.

SPR-981
This commit is contained in:
Michael Große 2017-05-05 12:14:44 +02:00
commit 80aedcc551
No known key found for this signature in database
GPG key ID: 7E31028FBFEACC79
15 changed files with 11 additions and 23 deletions

View file

@ -66,11 +66,11 @@
/* + + + + + z-indeces + + + + + */
@media @screen_min-md {
.nav-direct p {
z-index: 1000;
z-index: 1000; // keyboard-navigation overlays
}
.top-header {
z-index: 900;
z-index: 1; // put MagicMatcher-Dropdowns above .content
}
.content .row > .col-xs-12 {