Don't show scroll bars with no overflow

This commit is contained in:
Simon Fondrie-Teitler
2025-09-17 13:28:51 -04:00
committed by Cooper Quintin
parent 10e76e351e
commit d30dd6fd9d
2 changed files with 4 additions and 4 deletions
@@ -33,7 +33,7 @@
{#if report.statistics.num_warnings === 0 && report.statistics.num_informational_logs === 0}
<p>Nothing to show!</p>
{:else}
<div class="overflow-x-scroll">
<div class="overflow-x-auto">
<table class="table-auto text-left">
<thead class="p-2">
<tr class="bg-gray-300">
@@ -80,7 +80,7 @@
These are due to a limitation or bug in Rayhunter's parser, and aren't usually a
problem.
</p>
<div class="overflow-x-scroll">
<div class="overflow-x-auto">
<table class="table-auto text-left">
<thead class="p-2">
<tr class="bg-gray-300">