From 07437d0c1d18a690aa509fda5a500c5b06f9b2df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 13 Nov 2023 19:40:45 +0100 Subject: [PATCH] fix: Change scroll container for sharing details MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In order to meet accessibility requirements we cannot use a sticky footer that overlaps important interactable content. Therefore this moves to a scroll container for the details which does not include the action buttons at the bottom. Larger indentation change in SharingDetailsTab was required to have a wrapping container for the scroll area. Signed-off-by: Julius Härtl --- .../src/views/SharingDetailsTab.vue | 323 +++++++++--------- apps/files_sharing/src/views/SharingTab.vue | 18 +- 2 files changed, 178 insertions(+), 163 deletions(-) diff --git a/apps/files_sharing/src/views/SharingDetailsTab.vue b/apps/files_sharing/src/views/SharingDetailsTab.vue index a398829dbb0..dd5ab493193 100644 --- a/apps/files_sharing/src/views/SharingDetailsTab.vue +++ b/apps/files_sharing/src/views/SharingDetailsTab.vue @@ -15,169 +15,173 @@

{{ title }}

-
-
- - - {{ t('files_sharing', 'View only') }} - - - - - - - - - {{ t('files_sharing', 'File drop') }} - {{ t('files_sharing', 'Upload only') }} - - - - {{ t('files_sharing', 'Custom permissions') }} - {{ customPermissionsList }} - +
+
+
+ + + {{ t('files_sharing', 'View only') }} + + + + + + + + + {{ t('files_sharing', 'File drop') }} + {{ t('files_sharing', 'Upload only') }} + + + + {{ t('files_sharing', 'Custom permissions') }} + {{ customPermissionsList }} + +
-
-
- - {{ t('files_sharing', 'Advanced settings') }} - - -
-
-
- -