Commit f06678cb authored by Kushal Pandya's avatar Kushal Pandya

Fix Autoscroll status icon misalignment on page reload

parent 46f06332
...@@ -139,8 +139,7 @@ ...@@ -139,8 +139,7 @@
$scrollBottomBtn.show().addClass('sticky'); $scrollBottomBtn.show().addClass('sticky');
if ($autoScrollContainer.length) { if ($autoScrollContainer.length) {
$scrollBottomBtn.hide(); $autoScrollContainer.hide();
$autoScrollContainer.show().css({ bottom: 50 });
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment