The zIndex property (number) specifies the z-index that will be used for the main modal dialog element and the background overlay.
Declaration
DayPilot.Modal.zIndexDefault Value
99999Example
const modal = new DayPilot.Modal({
zIndex: 200000
});
modal.showHtml("Hello, world!");See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot