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 b1fa5da465
commit 85c7571dc5
@@ -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}