mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-27 10:04:47 -07:00
Fix max height of analysis view for better mobile experiance
This commit is contained in:
@@ -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'}
|
||||||
|
|||||||
Reference in New Issue
Block a user