Revert "FIX: adjust user card position, follow-up to da5841d (#11036)" (#11074)

This reverts commit 863f86c3a3, I misdiagnosed this issue
This commit is contained in:
Kris 2020-11-02 14:25:17 -05:00 committed by GitHub
parent d824a5edd2
commit c5a4907800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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