From 8e088a9ec32e81df70b1f7bd98d7aa8af15112e8 Mon Sep 17 00:00:00 2001 From: Christopher Byrd Date: Thu, 2 Jan 2025 13:12:16 -0800 Subject: [PATCH] implements scrollable content panels #143 (#168) --- arches_lingo/src/arches_lingo/App.vue | 20 ++++++++++++++++--- .../components/tree/ConceptTree.vue | 1 + .../components/tree/HierarchySplitter.vue | 7 +++++-- 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/arches_lingo/src/arches_lingo/App.vue b/arches_lingo/src/arches_lingo/App.vue index 7261e4f9..e430366d 100644 --- a/arches_lingo/src/arches_lingo/App.vue +++ b/arches_lingo/src/arches_lingo/App.vue @@ -72,9 +72,11 @@ router.beforeEach(async (to, _from, next) => {