pinecone-io / pinecone-vercel-starter

Pinecone + Vercel AI SDK Starter
https://pinecone-vercel-example.vercel.app
418 stars 127 forks source link

Fix Vertical scroll not working in chat #18

Closed athrael-soju closed 5 months ago

athrael-soju commented 11 months ago

Problem

Fixes https://github.com/pinecone-io/pinecone-vercel-starter/issues/16

Solution

Removed justify-end

Type of Change

Test Plan

Simply add enough messages, or minimize the window to show the scrollbar.

athrael-soju commented 11 months ago

A video of it working would be great

https://watch.screencastify.com/v/8fhBeKRDn60epupEH8Fr

edmondtam1 commented 9 months ago

Came here looking for this fix, thank you!

One comment: you might be using a personal linter, leading to double quotes " becoming single '. Other than that, LGTM!