Put the suggestions-page above the metabox-tabs

The tabs of the meta-box and the meta-box itself have z-indexes of 1,
hence we need a z-index of 2 to ensure that the suggestions-page is
above them.

SPR-981
This commit is contained in:
Michael Große 2017-05-05 14:31:11 +02:00
commit 01b34ddbf2
No known key found for this signature in database
GPG key ID: 7E31028FBFEACC79

View file

@ -70,7 +70,7 @@
}
.top-header {
z-index: 1; // put MagicMatcher-Dropdowns above .content
z-index: 2; // put MagicMatcher-Dropdowns above .content and metabox-tabs
}
.content .row > .col-xs-12 {