From 79790de9b00fe8becf256f755fed773daf8edcd7 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Mon, 27 Sep 2021 10:40:44 -0700 Subject: [PATCH] fix: Editor toolbar below fixed header --- shared/theme.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shared/theme.js b/shared/theme.js index 038459026..1f636288a 100644 --- a/shared/theme.js +++ b/shared/theme.js @@ -63,7 +63,7 @@ export const base = { "'SFMono-Regular',Consolas,'Liberation Mono', Menlo, Courier,monospace", fontWeight: 400, backgroundTransition: "background 100ms ease-in-out", - zIndex: 100, + zIndex: 800, selected: colors.primary, buttonBackground: colors.primary, @@ -116,6 +116,7 @@ export const base = { depths: { header: 800, sidebar: 900, + // Note: editor toolbars are 900 hoverPreview: 998, // Note: editor lightbox is z-index 999 modalOverlay: 2000,