mirror of
https://github.com/coder/coder.git
synced 2026-06-05 22:18:20 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user