From ba36e48d66eb5a2cfcdfe53eb8acebdfafbe3be4 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 2 Feb 2026 05:56:34 +0000 Subject: [PATCH] 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 --- .../modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx b/site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx index de367f12c1..ee8e302159 100644 --- a/site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx +++ b/site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx @@ -104,7 +104,7 @@ export const DeploymentBannerView: FC = ({