Skip to content

Commit 48d9c08

Browse files
authored
fix(ui): adjust the offset for the revision selection dropdown (#2836)
1 parent 2c78c21 commit 48d9c08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ee/tabby-ui/app/files/components/file-tree-header.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ const FileTreeHeader: React.FC<FileTreeHeaderProps> = ({
207207
className="w-[var(--radix-popover-trigger-width)] p-0"
208208
align="start"
209209
side="bottom"
210+
sideOffset={-8}
210211
>
211212
<Command className="transition-all">
212213
<CommandInput

0 commit comments

Comments
 (0)