Idk
This commit is contained in:
parent
2dd7bec90b
commit
f761996d2b
|
@ -1,6 +1,8 @@
|
||||||
@page "/Chatting"
|
@page "/Chatting"
|
||||||
|
|
||||||
<h1>2nd loading... Please wait</h1>
|
<MudContainer Style="height: 100vh;">
|
||||||
|
<MudText>Test</MudText>
|
||||||
|
</MudContainer>
|
||||||
|
|
||||||
@code {
|
@code {
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
</MudNavMenu>
|
</MudNavMenu>
|
||||||
</MudDrawer>
|
</MudDrawer>
|
||||||
|
|
||||||
<MudMainContent Class="overflow-hidden">
|
<MudMainContent Class="overflow-hidden" Style="height: 100vh;">
|
||||||
@Body
|
@Body
|
||||||
</MudMainContent>
|
</MudMainContent>
|
||||||
</MudLayout>
|
</MudLayout>
|
||||||
|
|
Loading…
Reference in New Issue