Skip to content

Commit

Permalink
adds scroll behavior to viewer #209
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Feb 28, 2025
1 parent d089f87 commit 1f0b781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arches_lingo/src/arches_lingo/pages/SchemePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ provide("refreshReportSection", refreshReportSection);
<SplitterPanel
v-show="editorState !== MAXIMIZED"
:size="66"
style="overflow: auto"
>
<component
:is="componentDatum.component"
Expand Down

0 comments on commit 1f0b781

Please sign in to comment.