Files
outline/shared/styles/depths.ts
2022-07-16 17:58:02 +01:00

19 lines
350 B
TypeScript

const depths = {
header: 800,
sidebar: 900,
editorHeadingActions: 920,
editorToolbar: 925,
hoverPreview: 950,
// Note: editor lightbox is z-index 999
modalOverlay: 2000,
modal: 3000,
menu: 4000,
toasts: 5000,
popover: 9000,
titleBarDivider: 10000,
loadingIndicatorBar: 20000,
commandBar: 30000,
};
export default depths;