[16.0][web_responsive] refactor: Update web_responsive.scss

- set z-index for .o_searchview_autocomplete element.
pull/3037/head
Hafizh Ibnu Syam 2023-11-06 09:44:38 +07:00 committed by kobros-tech
parent fb85956550
commit 056e1ac64f
1 changed files with 4 additions and 0 deletions

View File

@ -393,3 +393,7 @@ body:not(.o_statusbar_buttons) {
background-color: lighten($o-brand-primary, 40%);
}
}
.o_searchview_autocomplete {
z-index: 999;
}