SPR-945: min-width for quicksearch qs wide-screen
This commit is contained in:
parent
336aca62d7
commit
d765b290be
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,8 @@
|
||||||
z-index: 900;
|
z-index: 900;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* if z-index is needed for .tools col, then use this:
|
||||||
|
|
||||||
.tools .row > .col-xs-12 {
|
.tools .row > .col-xs-12 {
|
||||||
z-index: 5; // SPR-945 sometimes too small space for suggestionlist
|
z-index: 5; // SPR-945 sometimes too small space for suggestionlist
|
||||||
}
|
}
|
||||||
|
@ -80,6 +82,7 @@
|
||||||
.wide-content .tools .row > .col-xs-12 {
|
.wide-content .tools .row > .col-xs-12 {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
.header .row > .col-xs-12 {
|
.header .row > .col-xs-12 {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue