From d30dd6fd9d320649c86b8c7a5e85e0721a4115bc Mon Sep 17 00:00:00 2001 From: Simon Fondrie-Teitler Date: Wed, 17 Sep 2025 13:28:51 -0400 Subject: [PATCH] Don't show scroll bars with no overflow --- daemon/web/src/lib/components/AnalysisTable.svelte | 4 ++-- daemon/web/src/lib/components/ManifestCard.svelte | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/daemon/web/src/lib/components/AnalysisTable.svelte b/daemon/web/src/lib/components/AnalysisTable.svelte index a0c0514..21f54fe 100644 --- a/daemon/web/src/lib/components/AnalysisTable.svelte +++ b/daemon/web/src/lib/components/AnalysisTable.svelte @@ -33,7 +33,7 @@ {#if report.statistics.num_warnings === 0 && report.statistics.num_informational_logs === 0}

Nothing to show!

{:else} -
+
@@ -80,7 +80,7 @@ These are due to a limitation or bug in Rayhunter's parser, and aren't usually a problem.

-
+
diff --git a/daemon/web/src/lib/components/ManifestCard.svelte b/daemon/web/src/lib/components/ManifestCard.svelte index 002228f..71b2764 100644 --- a/daemon/web/src/lib/components/ManifestCard.svelte +++ b/daemon/web/src/lib/components/ManifestCard.svelte @@ -44,7 +44,7 @@
{#if current}
@@ -81,7 +81,7 @@ 'N/A'}
-
+