updateFloatingTitle: marginRight correction no longer needed

This commit is contained in:
Andrew Dolgov 2018-12-07 10:12:01 +03:00
parent 7a276f9898
commit 7b0f4f1e46
1 changed files with 1 additions and 1 deletions

View File

@ -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)