mirror of https://github.com/vector-im/riot-web
add comment how offset from bottom is calculated
parent
91aa8d4a3a
commit
462c3411b2
|
@ -765,6 +765,7 @@ export default createReactClass({
|
|||
},
|
||||
|
||||
_topFromBottom(node) {
|
||||
// current capped height - distance from top = distance from bottom of container to top of tracked element
|
||||
return this._itemlist.current.clientHeight - node.offsetTop;
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue