Skip to content

Commit a1aeddf

Browse files
committedMar 22, 2024·
fix(applet): content overflow in pinia panel
1 parent aec7f73 commit a1aeddf

File tree

1 file changed

+1
-1
lines changed
  • packages/applet/src/pinia/components/store

1 file changed

+1
-1
lines changed
 

‎packages/applet/src/pinia/components/store/Index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ onInspectorStateUpdated((data) => {
8181
<DevToolsHeader doc-link="https://pinia.vuejs.org/" github-repo-link="https://github.com/vuejs/pinia">
8282
<Navbar />
8383
</DevToolsHeader>
84-
<Splitpanes class="flex-1">
84+
<Splitpanes class="flex-1 overflow-auto">
8585
<Pane border="r base" size="40" h-full>
8686
<div h-full select-none overflow-scroll class="no-scrollbar">
8787
<SelectiveList v-model="selected" :data="tree" />

0 commit comments

Comments
 (0)
Please sign in to comment.