From a007d9a3d4d1b0015374e8ce56dc3b6b2c5449ef Mon Sep 17 00:00:00 2001 From: Lisa Kim Date: Thu, 7 Nov 2024 18:47:57 -0800 Subject: [PATCH] Increase z-index of styled react-select --- web/packages/shared/components/Select/Select.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/packages/shared/components/Select/Select.tsx b/web/packages/shared/components/Select/Select.tsx index 3e4d9ab8cc63f..e15f698caa618 100644 --- a/web/packages/shared/components/Select/Select.tsx +++ b/web/packages/shared/components/Select/Select.tsx @@ -236,6 +236,7 @@ export const StyledSelect = styled.div` } .react-select__menu { + z-index: 10; margin-top: 0px; // If the component is on an elevated platform (such as a dialog), use a lighter background. background-color: ${props =>