Skip to content

Commit e0838a0

Browse files
committed
fix: adjust ChunkDetails container height and overflow
1 parent 1114da4 commit e0838a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools/src/app/components/flowmap/ModuleFlow.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ const codeDisplay = computed(() => {
366366
border="~ base rounded-lg" of-hidden max-h-120vh m4 flex="~ col"
367367
>
368368
<template v-if="selected?.type === 'chunk'">
369-
<div p4>
369+
<div p4 h-full of-auto>
370370
<DataChunkDetails
371371
:chunk="selected"
372372
:session="session"

0 commit comments

Comments
 (0)