mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Bugfix: scrollTop/scrollLeft never worked because .b-content has overflow:auto not the sub-div .content
This commit is contained in:
parent
b3dd0c51b5
commit
e1b274fcb4
10 changed files with 28 additions and 32 deletions
|
|
@ -739,9 +739,8 @@ class MessageListMailBoxUserView extends AbstractViewNext {
|
|||
const self = this;
|
||||
|
||||
this.oContentVisible = $('.b-content', dom);
|
||||
this.oContentScrollable = $('.content', this.oContentVisible);
|
||||
|
||||
this.selector.init(this.oContentVisible, this.oContentScrollable, KeyState.MessageList);
|
||||
this.selector.init(this.oContentVisible, this.oContentVisible, KeyState.MessageList);
|
||||
|
||||
if (this.mobile) {
|
||||
dom.on('click', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue