diff --git a/apps/web/src/index.css b/apps/web/src/index.css index 61c98ed..6725147 100644 --- a/apps/web/src/index.css +++ b/apps/web/src/index.css @@ -82,3 +82,13 @@ input:focus, select:focus, textarea:focus { ::-webkit-scrollbar-thumb:hover { background: #94a3b8; } + +/* ─── Scrollbar hide utility ─── */ +.scrollbar-hide { + -ms-overflow-style: none; + scrollbar-width: none; +} + +.scrollbar-hide::-webkit-scrollbar { + display: none; +} diff --git a/apps/web/src/portal/sections/BillingPayments.tsx b/apps/web/src/portal/sections/BillingPayments.tsx index 89e3877..be6610c 100644 --- a/apps/web/src/portal/sections/BillingPayments.tsx +++ b/apps/web/src/portal/sections/BillingPayments.tsx @@ -130,7 +130,7 @@ function BillingPaymentsInner({ sessionId, readOnly }: BillingPaymentsProps) { )} -