Skip to content

Commit

Permalink
fix(applet): content overflow in pinia panel
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Mar 22, 2024
1 parent aec7f73 commit a1aeddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/applet/src/pinia/components/store/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ onInspectorStateUpdated((data) => {
<DevToolsHeader doc-link="https://pinia.vuejs.org/" github-repo-link="https://github.com/vuejs/pinia">
<Navbar />
</DevToolsHeader>
<Splitpanes class="flex-1">
<Splitpanes class="flex-1 overflow-auto">
<Pane border="r base" size="40" h-full>
<div h-full select-none overflow-scroll class="no-scrollbar">
<SelectiveList v-model="selected" :data="tree" />
Expand Down

0 comments on commit a1aeddf

Please sign in to comment.