From 863f86c3a3045b410f340e4db07103d83d964a9a Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 26 Oct 2020 21:35:18 -0400 Subject: [PATCH] FIX: adjust user card position, follow-up to da5841d (#11036) --- .../javascripts/discourse/app/mixins/card-contents-base.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/javascripts/discourse/app/mixins/card-contents-base.js b/app/assets/javascripts/discourse/app/mixins/card-contents-base.js index cccf26db7e3..f1ae534572f 100644 --- a/app/assets/javascripts/discourse/app/mixins/card-contents-base.js +++ b/app/assets/javascripts/discourse/app/mixins/card-contents-base.js @@ -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...