Fix max height of analysis view for better mobile experiance

This commit is contained in:
Caleb
2025-05-15 22:07:08 -04:00
committed by Cooper Quintin
parent 635c8a0188
commit ff421de127

View File

@@ -13,7 +13,7 @@
}); });
</script> </script>
<div class="container max-h-96 overflow-auto"> <div class="container">
{#if entry.analysis_report === undefined} {#if entry.analysis_report === undefined}
<p>Report unavailable, try refreshing.</p> <p>Report unavailable, try refreshing.</p>
{:else if typeof(entry.analysis_report) === 'string'} {:else if typeof(entry.analysis_report) === 'string'}