We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a80ee commit 8b12ca3Copy full SHA for 8b12ca3
1 file changed
app/src/components/feed/TagFilterPopover.tsx
@@ -178,7 +178,8 @@ export const TagFilterPopover: React.FC<TagFilterPopoverProps> = ({ selectedTags
178
</PopoverTrigger>
179
<PopoverContent
180
className={cn('w-80', !isMobile && 'w-[640px]')}
181
- align="end"
+ align="center"
182
+ sideOffset={8}
183
{...(isMobile ? { side: 'top' as const, avoidCollisions: false } : {})}
184
onKeyDown={handleKeyDown}
185
>
0 commit comments