From 01b34ddbf2010867571d4f8fca047831b14acccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fe?= Date: Fri, 5 May 2017 14:31:11 +0200 Subject: [PATCH] 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 --- css/base_structure.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/base_structure.less b/css/base_structure.less index 1bd2174..d68dd7a 100755 --- a/css/base_structure.less +++ b/css/base_structure.less @@ -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 {