aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2023-11-17 12:46:38 +0100
committernextcloud-command <nextcloud-command@users.noreply.github.com>2023-11-17 17:48:32 +0000
commit018cf7182028a1b1e6d3b3be698e3798c75712c8 (patch)
tree0b61275f38fc7f52ece192b034ef3c438b9a5cab /apps/files_sharing/src
parent4fa2749fa8666e5ce1e6d5c0a98e7a29600b49c0 (diff)
downloadnextcloud-server-018cf7182028a1b1e6d3b3be698e3798c75712c8.tar.gz
nextcloud-server-018cf7182028a1b1e6d3b3be698e3798c75712c8.zip
fix: Avoid invisible areas through keyboard navigation
Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/files_sharing/src')
-rw-r--r--apps/files_sharing/src/views/SharingDetailsTab.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/src/views/SharingDetailsTab.vue b/apps/files_sharing/src/views/SharingDetailsTab.vue
index 91c13c3819b..1116748b425 100644
--- a/apps/files_sharing/src/views/SharingDetailsTab.vue
+++ b/apps/files_sharing/src/views/SharingDetailsTab.vue
@@ -961,6 +961,7 @@ export default {
}
&__wrapper {
+ position: relative;
overflow: scroll;
flex-shrink: 1;
padding: 4px;