Skip to content

Commit

Permalink
Fix scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
SohamDas2021 committed Apr 10, 2024
1 parent 8db7405 commit 25b19ec
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
behaviors:NavigationViewHeaderBehavior.HeaderTemplate="{StaticResource BreadcrumbBarDataTemplate}"
behaviors:NavigationViewHeaderBehavior.HeaderContext="{x:Bind ViewModel}">

<Grid MaxWidth="{ThemeResource MaxPageContentWidth}" Margin="{ThemeResource ContentPageMargin}">
<ScrollView Grid.Row="1" VerticalAlignment="Top">
<ScrollView VerticalAlignment="Top">
<Grid MaxWidth="{ThemeResource MaxPageContentWidth}" Margin="{ThemeResource ContentPageMargin}">
<views:DevDriveInsightsView />
</ScrollView>
</Grid>
</Grid>
</ScrollView>
</Page>

0 comments on commit 25b19ec

Please sign in to comment.