Skip to content

Commit

Permalink
fix(ui): adjust the offset for the revision selection dropdown (#2836)
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung authored Aug 12, 2024
1 parent 2c78c21 commit 48d9c08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ee/tabby-ui/app/files/components/file-tree-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ const FileTreeHeader: React.FC<FileTreeHeaderProps> = ({
className="w-[var(--radix-popover-trigger-width)] p-0"
align="start"
side="bottom"
sideOffset={-8}
>
<Command className="transition-all">
<CommandInput
Expand Down

0 comments on commit 48d9c08

Please sign in to comment.