From e611e73a3c8f724658063eda9ad2ac5e60e36e33 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 28 Aug 2023 17:53:00 +0200 Subject: [PATCH 1/3] fix(FilePicker): Ensure only the table is scrolled and fix design issues * Make sure scrolled elements can not be seen through the table header * Ensure the buttons are not overlaying the files list content Signed-off-by: Ferdinand Thiessen --- lib/components/DialogBase.vue | 19 ++++++++++++++----- lib/components/FilePicker/FileList.vue | 4 ++-- lib/components/FilePicker/FilePicker.vue | 9 ++++----- .../FilePicker/FilePickerNavigation.vue | 2 ++ 4 files changed, 22 insertions(+), 12 deletions(-) diff --git a/lib/components/DialogBase.vue b/lib/components/DialogBase.vue index ddc853b3..1fb111f4 100644 --- a/lib/components/DialogBase.vue +++ b/lib/components/DialogBase.vue @@ -5,14 +5,14 @@ @close="handleClose">

-
+
-