Merge PR #2658 into 16.0

Signed-off-by pedrobaeza
pull/2662/head
OCA-git-bot 2023-11-06 11:20:31 +00:00
commit 606b556db2
2 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,7 @@
position: fixed; position: fixed;
margin: 0; margin: 0;
width: 100vw; width: 100vw;
z-index: 10000; z-index: 1000;
left: 0 !important; left: 0 !important;
} }

View File

@ -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;
}