aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-08-26 21:17:14 +0200
committerJulius Härtl <jus@bitgrid.net>2022-09-01 14:15:39 +0200
commit702b0cccd6f0d7c44a8199154d738beeb3a34086 (patch)
tree08fca26ac26dad56df32230cf95dea9ac8156eaa /apps/files_sharing/templates
parentac736b2f82adfe73176fa78620e617ff17dbc91e (diff)
downloadnextcloud-server-702b0cccd6f0d7c44a8199154d738beeb3a34086.tar.gz
nextcloud-server-702b0cccd6f0d7c44a8199154d738beeb3a34086.zip
Make scroll areas keyboard focussable
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r--apps/files_sharing/templates/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php
index 13e4366c1c1..ad83732cc28 100644
--- a/apps/files_sharing/templates/public.php
+++ b/apps/files_sharing/templates/public.php
@@ -2,7 +2,7 @@
/** @var \OCP\IL10N $l */
/** @var array $_ */
?>
-<div id="app-content">
+<div id="app-content" tabindex="0">
<?php if ($_['previewSupported']): /* This enables preview images for links (e.g. on Facebook, Google+, ...)*/?>
<link rel="image_src" href="<?php p($_['previewImage']); ?>" />
<?php endif; ?>