Skip to content

Commit

Permalink
fix: popover showing up in wrong place
Browse files Browse the repository at this point in the history
The about open source popover had an issue where it would show up in
the wrong location, causing issues when it comes to opening it sometimes.

We can fix this by forcing the popover to assume `bottom-end` flip behavior
  • Loading branch information
Venefilyn committed Jun 21, 2023
1 parent 82e13d9 commit 5b7c8ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/app/AppLayout/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const AppLayout = () => {
<PageHeaderTools>
<Popover
headerContent={"About open source"}
flipBehavior={["bottom-end"]}
bodyContent={
<TextContent>
<Text>
Expand Down

0 comments on commit 5b7c8ea

Please sign in to comment.