Skip to content

Commit

Permalink
align scroll bottom arrow at bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Oct 17, 2024
1 parent 7bd96a7 commit 089f727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/components/Primitives.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const MyThreadScrollToBottom: FC = () => {
<TooltipIconButton
tooltip="Scroll to bottom"
variant="outline"
className="absolute bottom-4 left-1/2 transform -translate-x-1/2 rounded-full disabled:invisible bg-white bg-opacity-75"
className="absolute bottom-28 left-1/2 transform -translate-x-1/2 rounded-full disabled:invisible bg-white bg-opacity-75"
>
<ArrowDownIcon className="text-gray-600 hover:text-gray-800 transition-colors ease-in-out" />
</TooltipIconButton>
Expand Down

0 comments on commit 089f727

Please sign in to comment.