Skip to content

Commit 17410de

Browse files
committed
Remove ignoresSafeArea from highest level content view so that totals view paddings respect safe area.
1 parent 5282088 commit 17410de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WooCommerce/Classes/POS/Presentation/PointOfSaleDashboardView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ struct PointOfSaleDashboardView: View {
3333
case .content:
3434
contentView
3535
.accessibilitySortPriority(2)
36-
.ignoresSafeArea(edges: .bottom)
3736
}
3837
} else {
3938
PointOfSaleUnsupportedWidthView()

0 commit comments

Comments
 (0)