Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set popover placement to top-end
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent f93116c commit 4d6cde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/mod-queue.tsx
Expand Up @@ -240,7 +240,7 @@ export default function () {
<Select>{entryTypes}</Select>
</Box>
</Flex>
<Popover placement="top">
<Popover placement="top-end">
<PopoverTrigger>
<Button
borderRadius="50%"
Expand Down

0 comments on commit 4d6cde7

Please sign in to comment.