chore: Combine z-index from editor
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
const depths = {
|
||||
header: 800,
|
||||
sidebar: 900,
|
||||
// Note: editor toolbars are 900
|
||||
hoverPreview: 998,
|
||||
editorToolbar: 925,
|
||||
hoverPreview: 950,
|
||||
// Note: editor lightbox is z-index 999
|
||||
modalOverlay: 2000,
|
||||
modal: 3000,
|
||||
|
||||
@@ -58,7 +58,6 @@ export const base = {
|
||||
"'SFMono-Regular',Consolas,'Liberation Mono', Menlo, Courier,monospace",
|
||||
fontWeight: 400,
|
||||
backgroundTransition: "background 100ms ease-in-out",
|
||||
zIndex: 800,
|
||||
selected: colors.primary,
|
||||
buttonBackground: colors.primary,
|
||||
buttonText: colors.white,
|
||||
|
||||
Reference in New Issue
Block a user