Skip to content

Commit

Permalink
Add scroll-to-top
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobjmarks committed Apr 30, 2024
1 parent be62972 commit a57826c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Client/Layout/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
<MudContainer MaxWidth="MaxWidth.Medium" Class="py-5">
@Body
</MudContainer>
<MudScrollToTop>
<MudFab Color="Color.Primary" StartIcon="@Icons.Material.Filled.KeyboardArrowUp" />
</MudScrollToTop>
</MudMainContent>
</MudLayout>

0 comments on commit a57826c

Please sign in to comment.