From 7b0f4f1e46086968a9824e2c3614a4a4b192ca08 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 7 Dec 2018 10:12:01 +0300 Subject: updateFloatingTitle: marginRight correction no longer needed --- js/Headlines.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/Headlines.js b/js/Headlines.js index e0274c526..2b33ed396 100755 --- a/js/Headlines.js +++ b/js/Headlines.js @@ -201,7 +201,7 @@ define(["dojo/_base/declare"], function (declare) { PluginHost.run(PluginHost.HOOK_FLOATING_TITLE, row); } - ft.style.marginRight = hf.offsetWidth - row.offsetWidth + "px"; + //ft.style.marginRight = hf.offsetWidth - row.offsetWidth + "px"; /* if (header.offsetTop + header.offsetHeight < hf.scrollTop + ft.offsetHeight - 5 && row.offsetTop + row.offsetHeight >= hf.scrollTop + ft.offsetHeight - 5) -- cgit v1.2.3