aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/style/z_index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/instant/src/style/z_index.ts')
-rw-r--r--packages/instant/src/style/z_index.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/instant/src/style/z_index.ts b/packages/instant/src/style/z_index.ts
new file mode 100644
index 000000000..727a5189d
--- /dev/null
+++ b/packages/instant/src/style/z_index.ts
@@ -0,0 +1,5 @@
+export const zIndex = {
+ errorPopup: 1,
+ mainContainer: 2,
+ panel: 3,
+};