fix(frontend): App script list panel overflow (#1101)

This commit is contained in:
Ádám Kovács
2023-01-13 20:24:18 +01:00
committed by GitHub
parent bd4c7b7957
commit 7bc59d9d26
@@ -82,7 +82,7 @@
}
</script>
<div class="h-full flex flex-col gap-4">
<div class="min-h-full flex flex-col gap-4">
<PanelSection title="Inline scripts" smallPadding>
<div class="flex flex-col gap-2 w-full">
{#if runnablesByName.length > 0}