fix: chat auto-scroll

This commit is contained in:
2024-05-23 12:16:36 +01:00
parent e05fe40882
commit 64f5fc290f
2 changed files with 1 additions and 2 deletions

View File

@ -214,7 +214,7 @@ export function DashboardForLink({ link }: { link: NostrLink }) {
{streamLink && status === StreamState.Live && (
<>
<DashboardZapColumn ev={streamEvent!} link={streamLink} feed={feed} />
<div className="border border-layer-2 rounded-xl px-4 py-3 flex flex-col">
<div className="border border-layer-2 rounded-xl px-4 py-3 flex flex-col min-h-0">
<Layer1Button onClick={() => {
window.open(`${window.location.protocol}//${window.location.host}/chat/${link.encode()}?chat=true`, "", "popup=true,width=400,height=800")
}}>