scheduler z-index

Hi,
great component.
I need to solve a problem with scheduler z-index.
All works fine but if calendar is visible, i cannot view the menu’s items, becouse they appear behind calendar. I suppose it’s a z-index css problem. Is it solvable?

Thanks
Matteo

Do you mean scheduler-as-plugin?

You need to edit dhtmlxscheduler.css and replace

.dhx_cal_container{z-index:999;}

with more reasonable z-index value

Hi Stanislav,
the part “{z-index:999;}” there is not in “dhx_cal_container” class of the css file.
This was not a problem. I added “z-index:999;” in the class. Now it works correctly.

Thank You for the help

Matteo