Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
960 Vizualizări

Hello, I'm using Odoo Online and added the search box block to the website I'm currently building but the list of items preview in the dropdown box that appears with the suggested results  gets behind the next block. I tryed applying CSS z-index to the o_dropdown_menu but it doesn't work

Imagine profil
Abandonează
Autor Cel mai bun răspuns

Thanks for your reply but It didn't work. It has something to do with the block where the search box is added. If it's added inside the Cover Snippet. The dropdown list won't render outside the snipped. But if the search box is added inside the Text snippet, the dropdown menu will render outsite the Text snippet. 

I will use another snippet that allow the dropdown to be render outside it self.


Imagine profil
Abandonează
Cel mai bun răspuns

Hello,

You can try with position 

.class-name {
  position: relative;
  z-index: 999;
}


Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
3
apr. 25
7873
1
sept. 24
1006
1
iul. 23
1464
3
ian. 24
21031
0
mai 21
4795