From 958b0ed7c2813cf58b56e6ee9a07ab4ac88cd90a Mon Sep 17 00:00:00 2001 From: jonambas Date: Mon, 18 Sep 2023 18:30:58 -0400 Subject: [PATCH 1/2] fix(react): select content z index --- packages/react/src/select/Select.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/react/src/select/Select.tsx b/packages/react/src/select/Select.tsx index da34a76..c251ca9 100644 --- a/packages/react/src/select/Select.tsx +++ b/packages/react/src/select/Select.tsx @@ -160,7 +160,9 @@ const Select = forwardRef((props, userRef) => { )} - + {children} From bb13b33291ed18ff6063c7e00355f9e22295191a Mon Sep 17 00:00:00 2001 From: jonambas Date: Mon, 18 Sep 2023 18:31:25 -0400 Subject: [PATCH 2/2] chore(change): add change --- .changeset/healthy-donuts-warn.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/healthy-donuts-warn.md diff --git a/.changeset/healthy-donuts-warn.md b/.changeset/healthy-donuts-warn.md new file mode 100644 index 0000000..77ce35b --- /dev/null +++ b/.changeset/healthy-donuts-warn.md @@ -0,0 +1,5 @@ +--- +'@sweatpants/react': patch +--- + +Fix Select overlay zindex within drawers