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

- set z-index for .o_searchview_autocomplete element.
This commit is contained in:
Hafizh Ibnu Syam
2023-11-06 09:44:38 +07:00
parent 5c90a2f836
commit e0cbc8399d

View File

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