promote dev → uat: portal mobile overflow fix (GRO-730) #384

Merged
the-dogfather-cto[bot] merged 4 commits from dev into uat 2026-05-04 21:25:36 +00:00
Showing only changes of commit 305394baaf - Show all commits
@@ -130,7 +130,7 @@ function BillingPaymentsInner({ sessionId, readOnly }: BillingPaymentsProps) {
</div>
)}
<div className="flex gap-2 flex-wrap overflow-x-auto">
<div className="flex gap-2 overflow-x-auto scrollbar-hide">
{([
{ id: "invoices" as const, label: "Invoices", icon: DollarSign },
{ id: "payment" as const, label: "Payment Methods", icon: CreditCard },