From 4c066083b7213ab80d7d13f0d0988bd7f7739d0d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 16 Jun 2016 23:45:09 +0200 Subject: Ensure popovers do not render outside of the page Signed-off-by: Florian Pritz --- public_html/data/js/thumbnail-view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public_html') diff --git a/public_html/data/js/thumbnail-view.js b/public_html/data/js/thumbnail-view.js index 613e27b80..032403c0c 100644 --- a/public_html/data/js/thumbnail-view.js +++ b/public_html/data/js/thumbnail-view.js @@ -48,7 +48,7 @@ define(['jquery', 'underscore', 'jquery.colorbox'], function ($, _) { setupPopovers: function () { $(ui.thumbnailLinks).popover({ trigger: 'hover', - placement: 'bottom', + placement: 'auto bottom', html: true }); }, -- cgit v1.2.3-24-g4f1b