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 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}