Skip to content

Commit

Permalink
overflowY scroll on new chat members list
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenari committed Mar 30, 2023
1 parent c6c4e8d commit 816fb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/renderer/apps/Courier/views/NewChat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const SelectedShips = ({ ships, onRemove }: SelectedShipsProps) => {
const { friends } = useServices();

return (
<Flex py={1} gap={12}>
<Flex py={1} gap={12} overflowY="scroll">
{Array.from(ships).map((ship) => {
const metadata = ship
? friends.getContactAvatarMetadata(ship)
Expand Down

0 comments on commit 816fb1d

Please sign in to comment.