diff --git a/app/MindWork AI Studio/Components/InnerScrolling.razor.cs b/app/MindWork AI Studio/Components/InnerScrolling.razor.cs index fc5fd0a9..1bce390c 100644 --- a/app/MindWork AI Studio/Components/InnerScrolling.razor.cs +++ b/app/MindWork AI Studio/Components/InnerScrolling.razor.cs @@ -7,7 +7,7 @@ namespace AIStudio.Components; public partial class InnerScrolling : MSGComponentBase { [Parameter] - public bool FillEntireHorizontalSpace { get; set; } = false; + public bool FillEntireHorizontalSpace { get; set; } /// /// Set the height of anything above the scrolling content; usually a header.