Search code examples
tooltipdhtmlx-scheduler

DHTMLX Scheduler tooltip


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


Solution

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

    .dhtmlXTooltip{
      z-index: 100;
    }