mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
missing scroll view
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
<pages:SyncPageViewModel />
|
<pages:SyncPageViewModel />
|
||||||
</ContentPage.BindingContext>
|
</ContentPage.BindingContext>
|
||||||
|
|
||||||
|
<ScrollView>
|
||||||
<StackLayout Spacing="10"
|
<StackLayout Spacing="10"
|
||||||
Padding="10, 5"
|
Padding="10, 5"
|
||||||
VerticalOptions="Center"
|
VerticalOptions="Center"
|
||||||
@@ -27,5 +28,6 @@
|
|||||||
</Label.FormattedText>
|
</Label.FormattedText>
|
||||||
</Label>
|
</Label>
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
|
</ScrollView>
|
||||||
|
|
||||||
</pages:BaseContentPage>
|
</pages:BaseContentPage>
|
||||||
|
|||||||
Reference in New Issue
Block a user