Update task.md
'from bottom scroll' -> 'to bottom scroll'
This commit is contained in:
parent
53ae1bb015
commit
aa97ba0e9b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ importance: 5
|
|||
|
||||
# What's the scroll from the bottom?
|
||||
|
||||
The `elem.scrollTop` property is the size of the scrolled out part from the top. How to get the size from the bottom scroll (let's call it `scrollBottom`)?
|
||||
The `elem.scrollTop` property is the size of the scrolled out part from the top. How to get the size of the bottom scroll (let's call it `scrollBottom`)?
|
||||
|
||||
Write the code that works for an arbitrary `elem`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue