Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
6 lines
184 B
TypeScript
6 lines
184 B
TypeScript
/**
|
|
* Z-index for components that are to be rendered like an overlay, to be over
|
|
* everything, such as modal-type of components, or dialogs.
|
|
*/
|
|
export const OVERLAY_Z_INDEX = 1000;
|