Files
windmill/frontend/src/lib/zIndexes.ts
T
centdix 67ab46990a feat: Add ask mode to AI chat (#5878)
* add ask mode

* fix aichat z index

* fix

* Update FlowEditor.svelte

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2025-06-05 19:23:08 +02:00

16 lines
341 B
TypeScript

export const zIndexes = {
appEditorComponents: 1000,
secondaryMenu: 1001,
splitPanelHandle: 1001,
colorInput: 1002,
disposables: 1100, // Modals and Drawers
aiChat: 1200,
svelteSelectOptions: 5000,
popover: 5001,
contextMenu: 6000,
draggingComponent: 10000,
monacoEditor: 10000,
monacoEditorSuggestions: 10001,
tooltip: 20000
}