commit: 2f1f1455aac268a138b0bf6a62d047a07c62e889
parent e5f0f95356fcae36310c98571b8ab8df9fbce958
Author: Henry Jameson <me@hjkos.com>
Date: Mon, 11 Apr 2022 16:45:16 +0300
fix notifications scrolling the main column
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js
@@ -486,7 +486,7 @@ const PostStatusForm = {
const bottomBottomPaddingStr = window.getComputedStyle(bottomRef)['padding-bottom']
const bottomBottomPadding = pxStringToNumber(bottomBottomPaddingStr)
- const scrollerRef = this.$el.closest('.sidebar-scroller') ||
+ const scrollerRef = this.$el.closest('.column.-scrollable') ||
this.$el.closest('.post-form-modal-view') ||
window