mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-06-27 14:36:27 +00:00
Fixed height
This commit is contained in:
parent
d7919828be
commit
4476097340
@ -2,7 +2,7 @@
|
||||
|
||||
<MudDialog>
|
||||
<DialogContent>
|
||||
<div class="pt-6" style="height: calc(100vh - 11rem); overflow-y: auto; padding-right: 0.5rem;">
|
||||
<div class="pt-6" style="max-height: calc(100vh - 11rem); overflow-y: auto; overflow-x: hidden; padding-right: 0.5rem;">
|
||||
<MandatoryInfoDisplay Info="@this.Info" />
|
||||
</div>
|
||||
</DialogContent>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user