DayPilot.Menu.zIndex

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

Declaration

DayPilot.Menu.zIndex

Default Value

120

Notes

Increase this value if the menu should appear above surrounding positioned elements with a higher stacking order.

Example

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

See Also

DayPilot.Menu Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript