DayPilot.Menu.zIndex

The zIndex property (number) specifies the z-index of the context menu.

Default Value

120

Example

var menu = new DayPilot.Menu({
  zIndex: 10000,
  // ...
});