From 015671f5be7a9f0f5c38db5a11a4b3c788dfaade Mon Sep 17 00:00:00 2001 From: TheCatLady <52870424+TheCatLady@users.noreply.github.com> Date: Fri, 19 Mar 2021 20:42:44 -0400 Subject: [PATCH] fix(ui): button w/ dropdown z-indices (#1230) * fix(ui): button w/ dropdown z-indices * fix(ui): restore hover/focus z-indices --- src/components/Common/ButtonWithDropdown/index.tsx | 8 ++++---- src/styles/globals.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Common/ButtonWithDropdown/index.tsx b/src/components/Common/ButtonWithDropdown/index.tsx index d81ea3fa..d429e114 100644 --- a/src/components/Common/ButtonWithDropdown/index.tsx +++ b/src/components/Common/ButtonWithDropdown/index.tsx @@ -80,7 +80,7 @@ const ButtonWithDropdown: React.FC = ({ } return ( - + {children && ( - +