diff --git a/layouts/v7/modules/Products/resources/Detail.js b/layouts/v7/modules/Products/resources/Detail.js index 696144f0fb5c8237f22d840a9670657e5c663695..2dbaf5c2635b3c6c4e21548b12a8a5a1fc937d9d 100644 --- a/layouts/v7/modules/Products/resources/Detail.js +++ b/layouts/v7/modules/Products/resources/Detail.js @@ -102,7 +102,7 @@ PriceBooks_Detail_Js("Products_Detail_Js", { 'html': true, 'container':'body', 'placement': 'top', - }).data('bs.popover').tip().addClass('productBundlePopover'); + }).data('bs.popover').tip().addClass('productBundlePopover').css({'margin-left': '60px'}); /* 60px to overcome sidebar-offset + container-padding */ element.one('shown.bs.popover',function(){ app.helper.showVerticalScroll(jQuery('.productBundlePopover .popover-content')); });