Skip to content

Commit 7451967

Browse files
committed
fix: scrolling behavior for chunks list
1 parent 58605dd commit 7451967

File tree

1 file changed

+1
-1
lines changed
  • packages/devtools-vite/src/app/pages/session/[session]

1 file changed

+1
-1
lines changed

packages/devtools-vite/src/app/pages/session/[session]/chunks.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function toggleDisplay(type: ClientSettings['chunkViewType']) {
6161
</div>
6262
</div>
6363
<template v-if="settings.chunkViewType === 'list'">
64-
<div class="px5 pt24" flex="~ col gap-4">
64+
<div class="px5 pt24 of-auto h-screen" flex="~ col gap-4">
6565
<template v-for="chunk of chunks" :key="chunk.id">
6666
<DataChunkDetails
6767
border="~ base rounded-lg"

0 commit comments

Comments
 (0)