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:
parent
be44ad7221
commit
01b34ddbf2
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue