Skip to content

Commit

Permalink
Hid the scrollbar on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
johnchoi96 committed Dec 29, 2023
1 parent b4e0611 commit 2f1982f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JCAlerts/swiftuis/home/LandingPageView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ struct LandingPageView: View {
.navigationTitle("Welcome")
.navigationBarTitleDisplayMode(.large)
}

.scrollIndicators(.hidden)
}
}
}
Expand Down

0 comments on commit 2f1982f

Please sign in to comment.