mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 22:14:58 +08:00
Try 0.9
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
e5f0119f66
commit
ac486c847e
@ -525,7 +525,7 @@ export default class ScrollPanel extends React.Component {
|
||||
*/
|
||||
scrollRelative = mult => {
|
||||
const scrollNode = this._getScrollNode();
|
||||
const delta = mult * scrollNode.clientHeight;
|
||||
const delta = mult * scrollNode.clientHeight * 0.9;
|
||||
scrollNode.scrollBy(0, delta);
|
||||
this._saveScrollState();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user