chats work and look a bit better
This commit is contained in:
parent
e7ac0e5d68
commit
cfa8edf2c0
4 changed files with 15 additions and 13 deletions
|
@ -1,6 +1,5 @@
|
|||
// Captures a scroll position
|
||||
export const getScrollPosition = (el) => {
|
||||
console.log(el)
|
||||
return {
|
||||
scrollTop: el.scrollTop,
|
||||
scrollHeight: el.scrollHeight,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue