The zIndex property (number) specifies the z-index of the context menu.
Declaration
DayPilot.Menu.zIndexDefault Value
120Notes
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
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot