Skip to content

Commit

Permalink
chore: fix input field popover (#819)
Browse files Browse the repository at this point in the history
Co-authored-by: nina992 <nouralali992@gmail.com>
  • Loading branch information
nina992 and nina992 committed Nov 17, 2023
1 parent a38df11 commit d42279c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/beta/components/fields/SelectField/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ const PickerWrapper = styled(Popover.Content)`
display: flex;
flex-direction: column;
justify-content: space-between;
max-height: 200px;
overflow-y: auto;
`;

const OptionWrapper = styled.div<{ selected: boolean }>`
Expand Down

0 comments on commit d42279c

Please sign in to comment.