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: { depths: {
header: 900, header: 800,
sidebar: 1000, sidebar: 900,
// Note: editor lightbox is z-index 999
modalOverlay: 2000, modalOverlay: 2000,
modal: 3000, modal: 3000,
menu: 4000, menu: 4000,