This commit is contained in:
FrigaT
2026-04-15 18:07:16 +03:00
parent 629f14cbb9
commit e82dcdeaa4
2 changed files with 8 additions and 8 deletions

View File

@@ -21,13 +21,14 @@
<NavMenu />
</MudDrawer>
<MudMainContent Class="pt-16 pa-4" Style="display: flex; flex-direction: column; min-height: 100vh;">
<div style="flex: 1;">
<MudMainContent Class="pt-16 d-flex flex-column" Style="height: 100vh;">
<MudItem Class="flex-grow-1 overflow-y-auto">
@Body
</div>
<div style="width: 100%; margin-top: 16px;">
</MudItem>
<MudItem>
<AudioPlayer />
</div>
</MudItem>
</MudMainContent>
</MudLayout>