mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 21:39:46 +00:00
Fixed chat height
This commit is contained in:
parent
d08be4103e
commit
93b11b3985
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user