From 4f35bb1cc3918e49ae7301763023b05623913e73 Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Thu, 11 Oct 2018 20:15:06 +0200 Subject: Workaround placement issue of the popover on big screen time to found a better way to show the info --- en/6/download_index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'en/6/download_index.php') diff --git a/en/6/download_index.php b/en/6/download_index.php index ef8a6f24e..b23aa3cc3 100644 --- a/en/6/download_index.php +++ b/en/6/download_index.php @@ -444,7 +444,7 @@ $('.pop').each(function () { html: true, container: 'body', trigger: 'manual', - placement: 'auto', + placement: 'right', content: function () { var id = $(this).data('tip') return $('#' + id + 'Ex').html(); -- cgit v1.2.1