diff --git a/webui/src/components/Inspect.svelte b/webui/src/components/Inspect.svelte index df4dff6..19feba7 100644 --- a/webui/src/components/Inspect.svelte +++ b/webui/src/components/Inspect.svelte @@ -298,7 +298,7 @@ @media screen and (max-height: 1080px) { .main-content { - overflow-y: scroll; + overflow-y: auto; // min-height: 0; }