Skip to content

Commit 77d30d3

Browse files
committed
Increase top padding to increase chance of showing source => join with tall heights (can still pan/zoom)
1 parent b99cd86 commit 77d30d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

frontend/src/routes/joins/[slug]/overview/+page.svelte

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@
107107
return false;
108108
}
109109
}
110-
111-
$inspect({ connections, infoMap, chartData });
112110
</script>
113111

114112
<CollapsibleSection title="Details" bind:open={isDetailsOpen} class="mt-5 mb-6">
@@ -128,7 +126,7 @@
128126
initialScrollMode: 'scale',
129127
tweened: { duration: 800, easing: cubicOut }
130128
}}
131-
padding={{ top: 20, bottom: 20, left: 20, right: 20 }}
129+
padding={{ top: 60, bottom: 20, left: 20, right: 20 }}
132130
let:tooltip
133131
>
134132
<TransformControls />

0 commit comments

Comments
 (0)