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 = {