This commit is contained in:
BOT Alex 2023-05-18 02:11:15 +02:00
parent 2dd7bec90b
commit f761996d2b
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
@page "/Chatting"
<h1>2nd loading... Please wait</h1>
<MudContainer Style="height: 100vh;">
<MudText>Test</MudText>
</MudContainer>
@code {

View File

@ -25,7 +25,7 @@
</MudNavMenu>
</MudDrawer>
<MudMainContent Class="overflow-hidden">
<MudMainContent Class="overflow-hidden" Style="height: 100vh;">
@Body
</MudMainContent>
</MudLayout>