Merge branch 'threecolumn' into shigusegubu-vue3
* threecolumn: fix notifications scrolling the main column
This commit is contained in:
commit
9db70d96b1
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ const PostStatusForm = {
|
||||||
const bottomBottomPaddingStr = window.getComputedStyle(bottomRef)['padding-bottom']
|
const bottomBottomPaddingStr = window.getComputedStyle(bottomRef)['padding-bottom']
|
||||||
const bottomBottomPadding = pxStringToNumber(bottomBottomPaddingStr)
|
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') ||
|
this.$el.closest('.post-form-modal-view') ||
|
||||||
window
|
window
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue