From d765b290bee21408c212abcff2fcf9278272569b Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Fri, 21 Apr 2017 13:24:28 +0200 Subject: [PATCH] SPR-945: min-width for quicksearch qs wide-screen --- css/base_structure.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/base_structure.less b/css/base_structure.less index e15fd2f..0420c65 100755 --- a/css/base_structure.less +++ b/css/base_structure.less @@ -73,6 +73,8 @@ z-index: 900; } +/* if z-index is needed for .tools col, then use this: + .tools .row > .col-xs-12 { z-index: 5; // SPR-945 sometimes too small space for suggestionlist } @@ -80,6 +82,7 @@ .wide-content .tools .row > .col-xs-12 { z-index: 1; } +*/ .header .row > .col-xs-12 { z-index: 2;