Calendar showed under modal screen

hi!

I’m Fabio, I’ve just start using dhtmlx components, I have this problem: I’m using the dhtmlxcalendar in a bootstrap modal screen, I can see the icon calendar but when I click on it I the calendar is showed under the modal screen. Could be fix by z-index property? How? I can’t find a solution.

Thanks!

Fabio

Hi
You need to use the next styles (depending on the skin you use):

.dhtmlxcalendar_dhx_skyblue { z-index: ...} .dhtmlxcalendar_dhx_web { z-index: ... } .dhtmlxcalendar_dhx_terrace { z-index: ... } //try to variate your z-index depending on your styles