Skip to content

Commit 6e73e3e

Browse files
committed
fix(dashboard): resolve dropdown popup positioning
1 parent 84279ac commit 6e73e3e

File tree

1 file changed

+1
-0
lines changed
  • superset-frontend/packages/superset-ui-core/src/components/Select

1 file changed

+1
-0
lines changed

superset-frontend/packages/superset-ui-core/src/components/Select/Select.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,7 @@ const Select = forwardRef(
779779
{...props}
780780
showSearch={shouldShowSearch}
781781
ref={ref}
782+
placement="bottomLeft"
782783
/>
783784
</StyledContainer>
784785
);

0 commit comments

Comments
 (0)