콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
524 화면

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


아바타
취소
관련 게시물 답글 화면 활동
Website Search bar 해결 완료
3
4월 25
7176
1
9월 24
641
1
7월 23
1088
3
1월 24
20458
0
5월 21
4372