mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 14:47:46 +00:00
8 lines
194 B
JavaScript
8 lines
194 B
JavaScript
// @flow
|
|
|
|
/**
|
|
* 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;
|