summaryrefslogtreecommitdiff
path: root/js/Article.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-05 16:26:53 +0300
committerAndrew Dolgov <[email protected]>2018-12-05 16:26:53 +0300
commit2dac797704dcdc0293a7989c56cbb86be7a7dfde (patch)
treefb05b978105ecdb4b8001e0029e52b8573668b1b /js/Article.js
parentfa639df5882c492380875c4de38809511d6e6db6 (diff)
floatingTitle-related fixes
Diffstat (limited to 'js/Article.js')
-rw-r--r--js/Article.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/Article.js b/js/Article.js
index f2c4007f5..507560ee4 100644
--- a/js/Article.js
+++ b/js/Article.js
@@ -233,7 +233,6 @@ define(["dojo/_base/declare"], function (declare) {
if (force || e.offsetTop + e.offsetHeight > (ctr.scrollTop + ctr.offsetHeight) ||
e.offsetTop < ctr.scrollTop) {
- // expanded cdm has a 4px margin now
ctr.scrollTop = e.offsetTop;
Element.hide("floatingTitle");