コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
1006 ビュー

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

アバター
破棄
著作者 最善の回答

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.


アバター
破棄
最善の回答

Hello,

You can try with position 

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


アバター
破棄
関連投稿 返信 ビュー 活動
3
4月 25
7988
1
9月 24
1048
1
7月 23
1505
3
1月 24
21091
0
5月 21
4844