diff --git a/.storybook/image-snapshots/expected/components_forms_InputGroup_Input Group With Search Bar.png b/.storybook/image-snapshots/expected/components_forms_InputGroup_Input Group With Search Bar.png index cc6fd7ce4..f6b83a81a 100644 Binary files a/.storybook/image-snapshots/expected/components_forms_InputGroup_Input Group With Search Bar.png and b/.storybook/image-snapshots/expected/components_forms_InputGroup_Input Group With Search Bar.png differ diff --git a/.storybook/image-snapshots/expected/components_forms_InputGroup_Nested Input Group.png b/.storybook/image-snapshots/expected/components_forms_InputGroup_Nested Input Group.png index c6947712e..78419a605 100644 Binary files a/.storybook/image-snapshots/expected/components_forms_InputGroup_Nested Input Group.png and b/.storybook/image-snapshots/expected/components_forms_InputGroup_Nested Input Group.png differ diff --git a/src/components/forms/Select/Select.styles.tsx b/src/components/forms/Select/Select.styles.tsx index 5304c0946..f7296530a 100644 --- a/src/components/forms/Select/Select.styles.tsx +++ b/src/components/forms/Select/Select.styles.tsx @@ -175,6 +175,7 @@ export const selectStyles: ( fontSize: DSTheme.typography.size.md, lineHeight: DSTheme.typography.lineHeight.md, display: isEmptyString(children) ? 'none' : 'block', + position: 'absolute', }), indicatorsContainer: (styles) => ({ ...styles,