Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.

Commit 3689381

Browse files
committed
Make sure the share-info is visible
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 28b8fd5 commit 3689381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/vendor/nextcloud/share.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289

290290
// trigger remote share info tooltip
291291
if (oc_appconfig.core.remoteShareAllowed) {
292-
$('.shareWithRemoteInfo').tooltip({placement: 'top'});
292+
$('.shareWithRemoteInfo').tooltip({placement: 'bottom'});
293293
}
294294

295295
//Get owner avatars

0 commit comments

Comments
 (0)