SPR-945: min-width for quicksearch qs wide-screen

This commit is contained in:
Silke Pisulla 2017-04-21 13:17:36 +02:00
commit 336aca62d7

View file

@ -77,6 +77,10 @@
z-index: 5; // SPR-945 sometimes too small space for suggestionlist z-index: 5; // SPR-945 sometimes too small space for suggestionlist
} }
.wide-content .tools .row > .col-xs-12 {
z-index: 1;
}
.header .row > .col-xs-12 { .header .row > .col-xs-12 {
z-index: 2; z-index: 2;
} }