You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

constants.js 194B

1234567
  1. // @flow
  2. /**
  3. * Z-index for components that are to be rendered like an overlay, to be over
  4. * everything, such as modal-type of components, or dialogs.
  5. */
  6. export const OVERLAY_Z_INDEX = 1000;