0

I'm showing the DHTMLX scheduler in a wizard and the tooltip is displaying behind the wizard. How can i show it in the foreground? Thanks.

screenshot

1 Answers1

1

I think it is the problem with css z-index property, Please change the z-index to a higher value.

.dhtmlXTooltip{
  z-index: 100;
}
Sanju PS
  • 26
  • 3