From 2cfdf7043b9939d2a3aa4953d291c5ba2c5d33e4 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 7 Jul 2019 11:30:15 -0700 Subject: [PATCH] fix: zIndex of toolbar buttons --- shared/styles/theme.js | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/styles/theme.js b/shared/styles/theme.js index 025cf137..793c18b1 100644 --- a/shared/styles/theme.js +++ b/shared/styles/theme.js @@ -46,6 +46,7 @@ export const base = { fontWeight: 400, link: colors.primary, backgroundTransition: 'background 100ms ease-in-out', + zIndex: 100, }; export const light = {