mirror of
https://github.com/discourse/discourse.git
synced 2025-02-19 04:02:46 +08:00
This reverts commit 863f86c3a3
, I misdiagnosed this issue
This commit is contained in:
parent
d824a5edd2
commit
c5a4907800
|
@ -211,6 +211,7 @@ export default Mixin.create({
|
|||
}
|
||||
}
|
||||
|
||||
position.top -= $("#main-outlet").offset().top;
|
||||
if (isFixed) {
|
||||
position.top -= $("html").scrollTop();
|
||||
//if content is fixed and will be cut off on the bottom, display it above...
|
||||
|
|
Loading…
Reference in New Issue
Block a user