Skip to content

Commit

Permalink
PR feedback #143
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Jan 2, 2025
1 parent 63bc4be commit 68a8682
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const showHierarchy = ref(false);
:style="{
display: showHierarchy ? 'flex' : 'none',
flexDirection: 'column',
overflowY: 'scroll',
overflowY: 'auto',
}"
>
<Suspense>
Expand All @@ -90,7 +90,7 @@ const showHierarchy = ref(false);
</SplitterPanel>
<SplitterPanel
:min-size="25"
style="overflow-y: scroll"
style="overflow-y: auto"
>
<RouterView />
</SplitterPanel>
Expand Down

0 comments on commit 68a8682

Please sign in to comment.