Fixed height

This commit is contained in:
Thorsten Sommer 2026-04-10 15:46:44 +02:00
parent d7919828be
commit 4476097340
No known key found for this signature in database
GPG Key ID: B0B7E2FC074BF1F5

View File

@ -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>