mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-02-12 08:50:20 +00:00
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;
|