Skip to content

Commit

Permalink
fix: SelectAccount was not well displayed
Browse files Browse the repository at this point in the history
Since the SelectBox is within the Title, but the title
is not very height, the box was not displayed correctly.

We use the `fixed` props in order to be created outside
of the Title flow.
  • Loading branch information
Crash-- committed May 19, 2023
1 parent c29bde5 commit 5ebf992
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const AccountSelectBox = ({
}
return (
<SelectBox
menuPosition="fixed"
size="tiny"
options={accountsAndTriggers}
onChange={onChange}
Expand Down

0 comments on commit 5ebf992

Please sign in to comment.