Skip to content

Commit

Permalink
fix: popover border in main board (#1461)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoncaloCanteiro authored May 3, 2023
1 parent 2d218a1 commit 88fe4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Board/SplitBoard/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ const BoardHeader = () => {
</BoardCounter>
</PopoverTrigger>
<PopoverPortal>
<StyledPopoverContent>
<StyledPopoverContent onOpenAutoFocus={(e) => e.preventDefault()}>
<Flex direction="column">
{dividedBoards.map((board: BoardType) => (
<StyledPopoverItem key={board.title.toLowerCase().split(' ').join('-')}>
Expand Down

0 comments on commit 88fe4bc

Please sign in to comment.