Hex Core JS
    Preparing search index...

    Variable StackingContextConst

    StackingContext: Context<StackingContextValue> = ...

    Holds CSS stacking information. Works like CSS z-index, but for components that may not have an ancestor-descendant relationship in the actual DOM (i.e. one uses React.createPortal). For example, the <Modal> component has a higher CSS z-index than the <DialogBox> component, but if the modal opens a dialog box, the dialog box should be displayed above the modal.