Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 381f4d3

Browse files
committed
allow bottom row to be clicked even in the safe area
1 parent 40f7f9d commit 381f4d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Marlin/Marlin/SideMenu/SideMenu.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ struct SideMenu: View {
2929
self.menuClose()
3030
}
3131
}
32+
.ignoresSafeArea(.all, edges: [.top, .bottom])
3233
.accessibilityElement()
3334
.accessibilityLabel("Backdrop \(self.isOpen ? "Open" : "Closed")")
3435

@@ -70,6 +71,7 @@ struct SideMenu: View {
7071

7172
Spacer()
7273
}
74+
.ignoresSafeArea(.all, edges: [.bottom])
7375
}
7476
}
7577
}

0 commit comments

Comments
 (0)