fix(GRO-766): portal mobile overflow CSS fix at 390px viewport

fix(GRO-766): portal mobile overflow CSS fix at 390px viewport
This commit was merged in pull request #362.
This commit is contained in:
the-dogfather-cto[bot]
2026-04-24 14:57:57 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -130,7 +130,7 @@ function BillingPaymentsInner({ sessionId, readOnly }: BillingPaymentsProps) {
</div>
)}
<div className="flex gap-2 flex-wrap">
<div className="flex gap-2 flex-wrap overflow-x-auto">
{([
{ id: "invoices" as const, label: "Invoices", icon: DollarSign },
{ id: "payment" as const, label: "Payment Methods", icon: CreditCard },