Skip to content

Commit

Permalink
CE-791 - Status filter drop down expands down beyond the page (#458)
Browse files Browse the repository at this point in the history
Co-authored-by: afwilcox <[email protected]>
  • Loading branch information
jeznorth and afwilcox authored Jun 14, 2024
1 parent fdab0b1 commit 577caf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/app/components/common/comp-select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ export const CompSelect: FC<Props> = ({
classNamePrefix={classNamePrefix}
defaultValue={defaultOption}
isDisabled={isDisabled}
menuPlacement="auto"
menuPosition="fixed"
/>
{enableValidation && <div className="error-message">{errorMessage}</div>}
</div>
Expand Down

0 comments on commit 577caf4

Please sign in to comment.