Skip to content

Commit

Permalink
fix scrolling in organization switcher in terms-of-services modal (#7083
Browse files Browse the repository at this point in the history
)

Co-authored-by: Tom Herold <[email protected]>
  • Loading branch information
philippotto and hotzenklotz authored May 17, 2023
1 parent 155e94e commit 9d85dbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function OrganizationSwitchMenu({
}));

return (
<Dropdown menu={{ items }}>
<Dropdown menu={{ items }} overlayStyle={{ maxHeight: "60vh", overflow: "auto" }}>
<a onClick={(e) => e.preventDefault()}>
<Space style={style}>
Switch Organization
Expand Down

0 comments on commit 9d85dbe

Please sign in to comment.