aboutsummaryrefslogtreecommitdiffstats
path: root/en/6/download_index.php
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2018-10-11 20:15:06 +0200
committerManuel Hiebel <leuhmanu@mageia.org>2018-10-11 20:15:06 +0200
commit4f35bb1cc3918e49ae7301763023b05623913e73 (patch)
tree29e6ef4c520790da964b89b9b78ee0650a1d02b4 /en/6/download_index.php
parenta7088b738ddfe441e2669f3ef2cc266c4d0a9256 (diff)
downloadwww-4f35bb1cc3918e49ae7301763023b05623913e73.tar
www-4f35bb1cc3918e49ae7301763023b05623913e73.tar.gz
www-4f35bb1cc3918e49ae7301763023b05623913e73.tar.bz2
www-4f35bb1cc3918e49ae7301763023b05623913e73.tar.xz
www-4f35bb1cc3918e49ae7301763023b05623913e73.zip
Workaround placement issue of the popover on big screen
time to found a better way to show the info
Diffstat (limited to 'en/6/download_index.php')
-rw-r--r--en/6/download_index.php2
1 files changed, 1 insertions, 1 deletions
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();