diff options
author | Julius Härtl <jus@bitgrid.net> | 2022-08-26 21:17:14 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2022-09-01 14:15:39 +0200 |
commit | 702b0cccd6f0d7c44a8199154d738beeb3a34086 (patch) | |
tree | 08fca26ac26dad56df32230cf95dea9ac8156eaa /apps/files_sharing/templates | |
parent | ac736b2f82adfe73176fa78620e617ff17dbc91e (diff) | |
download | nextcloud-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.php | 2 |
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; ?> |