AI-Studio/app/MindWork AI Studio/Components/InnerScrolling.razor
2024-08-21 08:30:01 +02:00

9 lines
197 B
Plaintext

@inherits MSGComponentBase
<div class="d-flex flex-column" style="@this.Height">
<div class="flex-auto overflow-auto">
@this.ChildContent
</div>
@this.FooterContent
</div>