fix(GRO-1026): re-apply GRO-730 scrollbar-hide to portal tab rows (#88)
fix(GRO-1026): re-apply GRO-730 scrollbar-hide to portal tab rows Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit was merged in pull request #88.
This commit is contained in:
@@ -130,7 +130,7 @@ function BillingPaymentsInner({ sessionId, readOnly }: BillingPaymentsProps) {
|
||||
</div>
|
||||
)}
|
||||
|
||||
<div className="flex gap-2 flex-wrap">
|
||||
<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 },
|
||||
|
||||
Reference in New Issue
Block a user