Skip to content

Commit

Permalink
updates tree scrolling #143
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Jan 2, 2025
1 parent 68a8682 commit 7e211c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ await initializeTree();
filter-mode="lenient"
:filter-placeholder="$gettext('Find')"
selection-mode="single"
style="display: flex; flex-direction: column; overflow-y: hidden"
:pt="{
pcFilter: {
root: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ const showHierarchy = ref(false);
:style="{
display: showHierarchy ? 'flex' : 'none',
flexDirection: 'column',
overflowY: 'auto',
}"
>
<Suspense>
Expand Down

0 comments on commit 7e211c2

Please sign in to comment.