fix(site): use native thin scrollbar style for deployment banner

The bottom admin bar (DeploymentBannerView) was showing a thick scrollbar
when content overflowed horizontally. Added [scrollbar-width:thin] CSS
property to use the native thin scrollbar style instead.

Co-authored-by: kyle <kyle@carberry.com>
This commit is contained in:
Cursor Agent
2026-02-02 05:56:34 +00:00
parent b89ff63aa3
commit ba36e48d66
@@ -104,7 +104,7 @@ export const DeploymentBannerView: FC<DeploymentBannerViewProps> = ({
<div
className="sticky bottom-0 z-[1] flex h-9 w-full items-center gap-8
overflow-x-auto whitespace-nowrap border-0 border-t border-solid border-border
bg-surface-primary pr-4 font-mono text-xs leading-none"
bg-surface-primary pr-4 font-mono text-xs leading-none [scrollbar-width:thin]"
>
<TooltipProvider delayDuration={100}>
<Tooltip>