fix: Editor lightbox stacked below sidebar

This commit is contained in:
Tom Moor
2021-04-17 18:08:09 -07:00
parent 2c2c1341f7
commit 2432b4dcbd

View File

@ -107,8 +107,9 @@ export const base = {
},
depths: {
header: 900,
sidebar: 1000,
header: 800,
sidebar: 900,
// Note: editor lightbox is z-index 999
modalOverlay: 2000,
modal: 3000,
menu: 4000,