Skip to content

Commit

Permalink
fix:(mobile) scroll issue fixed in profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalRakholiya-iView committed Apr 17, 2024
1 parent 5f51d8e commit b1a4655
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions packages/screens/Mini/Profile/ProfileDetailScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ export default function ProfileDetailScreen({
style={{
justifyContent: "space-between",
backgroundColor: "rgba(0,0,0,0.8)",
height: "70%",
// height: "70%",
flex: 1,
paddingHorizontal: layout.spacing_x2,
}}
>
Expand All @@ -197,7 +198,7 @@ export default function ProfileDetailScreen({
</BrandText>
</View>

<View>
<View style={{ justifyContent: "flex-end" }}>
<CustomButton onPress={() => handleSave()} title="Update Profile" />
<SpacerColumn size={1.5} />

Expand Down
4 changes: 2 additions & 2 deletions packages/screens/Mini/layout/BlurScreenContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ export const BlurScreenContainer = ({
},
}
: {
scrollEnabled: false,
// scrollEnabled: false,
contentContainerStyle: {
backgroundColor: background,
flex: 1,
flexGrow: 1,
},
};

Expand Down

0 comments on commit b1a4655

Please sign in to comment.