zIndex problem

Hi team,

i made a website with a boostrap theme :
http://www.portotheme.com/html/venedor/green/index.html

The top nav bar have a zIndex and un used Webix GPL to make a account window on top

the country combo list appear under the window setted with a zIndex to 1100

i reproduced the problem here :
https://snippet.webix.com/adw712b0

How could i change the combo list zIndex please ?

Hey @XavierDP, you can assign a CSS class to the combo popup (which you can get via the getPopup() method) and change the default z-index inside of that CSS class: https://snippet.webix.com/2j2in884. Please don’t forget to use !important to override the inline CSS.

Hi @Dzmitry

Thank you very much for your anwer