disable scroll in burger menu
This commit is contained in:
parent
1c01c2a340
commit
e0ad636d77
@ -106,7 +106,7 @@ struct SideMenuView: View {
|
||||
|
||||
var body: some View {
|
||||
VStack(alignment: .leading, spacing: 0) {
|
||||
ScrollView {
|
||||
ScrollView(showsIndicators: false) {
|
||||
VStack(alignment: .leading, spacing: 0) { // Parent VStack
|
||||
|
||||
// --- Header ---
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user