mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-06-27 15:56:28 +00:00
Fixed height
This commit is contained in:
parent
d7919828be
commit
4476097340
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<MudDialog>
|
<MudDialog>
|
||||||
<DialogContent>
|
<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" />
|
<MandatoryInfoDisplay Info="@this.Info" />
|
||||||
</div>
|
</div>
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user