Fixed chat height

This commit is contained in:
Thorsten Sommer 2025-01-21 13:32:27 +01:00
parent d08be4103e
commit 93b11b3985
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -3,7 +3,7 @@
@inherits MSGComponentBase @inherits MSGComponentBase
<InnerScrolling FillEntireHorizontalSpace="@true" @ref="@this.scrollingArea" MinWidth="36em"> <InnerScrolling FillEntireHorizontalSpace="@true" @ref="@this.scrollingArea" MinWidth="36em" Style="height: 100%">
<ChildContent> <ChildContent>
@if (this.ChatThread is not null) @if (this.ChatThread is not null)
{ {