diff --git a/js/roblib_search.js b/js/roblib_search.js index 32628f0..ed927fe 100644 --- a/js/roblib_search.js +++ b/js/roblib_search.js @@ -11,8 +11,12 @@ function qtipify(divs, content, title){ }, style: "qtip-light", position: { + viewport: jQuery(window), + adjust: { + method: 'flip', + }, my: 'left center', - at: 'center', + at: 'right center', }, }); }