Files
Tom Moor 3066b7ba4e feat: Presentation mode (#11678)
* wip

* fix scaling, query string, icons, refactor

* refactor
2026-03-07 09:17:47 -05:00

22 lines
391 B
TypeScript

const depths = {
toc: 100,
header: 800,
sidebar: 900,
editorToolbar: 925,
mobileSidebar: 930,
hoverPreview: 950,
// Note: editor lightbox is z-index 999
overlay: 2000,
modal: 3000,
menu: 4000,
toasts: 5000,
popover: 9000,
titleBarDivider: 10000,
loadingIndicatorBar: 20000,
commandBar: 30000,
presentation: 40000,
tooltip: 50000,
};
export default depths;