fix: message area scroll — add min-h-0 to flex column
This commit is contained in:
@@ -804,7 +804,7 @@ export function ChatArea() {
|
|||||||
<ListView channelId={activeChannelId} channelName={activeChannel.name} />
|
<ListView channelId={activeChannelId} channelName={activeChannel.name} />
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<div className="flex-1 flex flex-col min-w-0 relative">
|
<div className="flex-1 flex flex-col min-w-0 min-h-0 relative">
|
||||||
{showSearch && activeChannelId && activeChannel && (
|
{showSearch && activeChannelId && activeChannel && (
|
||||||
<MessageSearch
|
<MessageSearch
|
||||||
channelId={activeChannelId}
|
channelId={activeChannelId}
|
||||||
|
|||||||
Reference in New Issue
Block a user