daily-demos / ai-meeting-assistant

https://daily-ai-assistant-demo.vercel.app
BSD 2-Clause "Simplified" License
8 stars 2 forks source link

fix transcript overflow #14

Closed Regaddi closed 8 months ago

Regaddi commented 8 months ago

This fixes the issue where the transcript is not scrollable, as mentioned in #12.

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
daily-ai-assistant-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2023 9:46am
Regaddi commented 8 months ago

LGTM, with one optional question: does it make sense to maybe add a scrollbar to make it clear the transcript is scrollable? Will defer to you, the scrolling itself works now.

We could replace overflow-y: auto with overflow-y: scroll, so that the scrollbars are always visible.