fix: portal mobile overflow — hide scrollbar on tab rows (GRO-730) #372

Merged
groombook-engineer[bot] merged 3 commits from fix/GRO-730-portal-mobile-overflow into dev 2026-05-04 21:02:38 +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 },