From 7d80c8bdc12f70db826b3817907ac7ebae594675 Mon Sep 17 00:00:00 2001 From: laurejablonski Date: Tue, 20 May 2025 09:27:27 +0200 Subject: [PATCH 1/8] feat: enkel content scrollable, niet titels, knoppen, ... --- .../src/components/DiscussionsSideBar.vue | 34 ++++++++++++------- .../views/learning-paths/LearningPathPage.vue | 8 ++++- 2 files changed, 28 insertions(+), 14 deletions(-) diff --git a/frontend/src/components/DiscussionsSideBar.vue b/frontend/src/components/DiscussionsSideBar.vue index 5c68e6ac..9c54ced4 100644 --- a/frontend/src/components/DiscussionsSideBar.vue +++ b/frontend/src/components/DiscussionsSideBar.vue @@ -34,19 +34,21 @@ - - - - - +
@@ -67,4 +69,10 @@ padding-top: 2%; font-size: 36px; } + + .nav-scroll-area { + overflow-y: auto; + flex-grow: 1; + min-height: 0; + } diff --git a/frontend/src/views/learning-paths/LearningPathPage.vue b/frontend/src/views/learning-paths/LearningPathPage.vue index c41f6063..01e48336 100644 --- a/frontend/src/views/learning-paths/LearningPathPage.vue +++ b/frontend/src/views/learning-paths/LearningPathPage.vue @@ -229,7 +229,7 @@ -
+