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

This commit is contained in:
Kris 2020-10-26 21:35:18 -04:00 committed by GitHub
parent 61f6f53dab
commit 863f86c3a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -211,7 +211,6 @@ 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...