diff --git a/src/components/stake/GnarsStakeDialog.tsx b/src/components/stake/GnarsStakeDialog.tsx index 94cf3214..6175497c 100644 --- a/src/components/stake/GnarsStakeDialog.tsx +++ b/src/components/stake/GnarsStakeDialog.tsx @@ -113,7 +113,17 @@ export function GnarsStakeDialog({ open, onOpenChange }: Props) { return ( - + {/* The dialog is taller than the viewport, so it scrolls. Left unstyled it + draws the platform's default bar — on macOS with "always show + scrollbars" that is a wide light-grey track running down the inside of + a rounded dark panel, which reads as a browser artifact rather than + part of the panel. + + Same recipe BountyCardFan already uses (thin + rounded WebKit thumb), + with one change: its thumb is `bg-white/15`, and this surface is + `bg-background`, which follows the theme — a fixed white thumb would + vanish on a light page. `foreground/20` inverts with it. */} +
{/* Header */}