Skip to content

Commit 007ff8e

Browse files
committed
Make TotalsView scrollable if needed to fit in a smaller height windows
1 parent b6887fc commit 007ff8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/Classes/POS/Presentation/TotalsView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ struct TotalsView: View {
6464
)
6565
}
6666
.animation(.default, value: isShowingPaymentView)
67+
.scrollVerticallyIfNeeded()
6768
case .error(.other(let message), let handler):
6869
PointOfSaleOrderSyncErrorMessageView(message: message, retryHandler: handler)
6970
.transition(.opacity)

0 commit comments

Comments
 (0)