mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-16 07:41:37 +00:00
Made the file list scrollable
This commit is contained in:
parent
4cefc6243c
commit
7dd505b554
@ -13,10 +13,11 @@
|
||||
|
||||
<MudDivider Class="mt-3 mb-3"/>
|
||||
|
||||
<div style="max-height: 50vh; overflow-y: auto; padding-right: 8px;">
|
||||
@if (!this.DocumentPaths.Any())
|
||||
{
|
||||
<MudJustifiedText Typo="Typo.body1" Class="mt-3">
|
||||
@T("There aren’t any file attachments available right now.")
|
||||
@T("There aren't any file attachments available right now.")
|
||||
</MudJustifiedText>
|
||||
}
|
||||
|
||||
@ -64,6 +65,7 @@
|
||||
</MudStack>
|
||||
}
|
||||
}
|
||||
</div>
|
||||
</DialogContent>
|
||||
<DialogActions>
|
||||
<MudButton OnClick="@this.Close" Variant="Variant.Filled" Color="Color.Primary">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user