forked from Techsystech/web
[16.0][web_responsive] refactor: Update web_responsive.scss
- set z-index for .o_searchview_autocomplete element.17.0
parent
a9c007fba4
commit
0654b2e710
|
@ -393,3 +393,7 @@ body:not(.o_statusbar_buttons) {
|
||||||
background-color: lighten($o-brand-primary, 40%);
|
background-color: lighten($o-brand-primary, 40%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.o_searchview_autocomplete {
|
||||||
|
z-index: 999;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue