From 4cf4e5c0404dada204a0b924dd6841b4c93c8d9e Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Sun, 26 Apr 2026 10:15:44 -0400 Subject: [PATCH] fix: use thin scrollbars that actually work Closes HP-536. --- app/layout/app.tsx | 2 +- app/tailwind.css | 26 ++++++++++++++++++++------ 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/app/layout/app.tsx b/app/layout/app.tsx index 04f184d..0c764ef 100644 --- a/app/layout/app.tsx +++ b/app/layout/app.tsx @@ -111,7 +111,7 @@ export default function AppLayout({ loaderData }: Route.ComponentProps) { configAvailable={loaderData.configAvailable} user={loaderData.user} /> -
+
{!loaderData.isHealthy && (