mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Fix getContentTop
scroll.
This commit is contained in:
parent
8a9992f3a3
commit
b655d3105c
@ -111,7 +111,7 @@ humhub.module('ui.view', function (module, require, $) {
|
|||||||
|
|
||||||
var $topBar = $('#topbar-second');
|
var $topBar = $('#topbar-second');
|
||||||
|
|
||||||
return $topBar.offset().top + $topBar.height();
|
return $topBar.position().top + $topBar.height();
|
||||||
};
|
};
|
||||||
|
|
||||||
module.export({
|
module.export({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user