Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
1143 Visualizzazioni

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

Avatar
Abbandona
Autore Risposta migliore

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.


Avatar
Abbandona
Risposta migliore

Hello,

You can try with position 

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


Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
3
apr 25
8304
1
set 24
1229
1
lug 23
1652
3
gen 24
21369
0
mag 21
5064